All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.semanticweb.owlapi.model.HasFiller Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
package org.semanticweb.owlapi.model;

/**
 * An interface to objects that have a filler.
 * 
 * @author Matthew Horridge, Stanford University, Bio-Medical Informatics
 *         Research Group, Date: 29/07/2013
 * @param 
 *        filler type
 */
public interface HasFiller {

    /** @return filler */
    T getFiller();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy