
org.semanticweb.owlapi.model.HasGetOntologies Maven / Gradle / Ivy
package org.semanticweb.owlapi.model;
import java.util.Set;
/**
* @author Matthew Horridge, Stanford University, Bio-Medical Informatics
* Research Group, Date: 24/02/2014
*/
public interface HasGetOntologies {
/**
* Gets the (possibly empty) set of
* {@link org.semanticweb.owlapi.model.OWLOntology} objects contained within
* this object.
*
* @return The set of ontologies. Possibly empty. Not {@code null}.
*/
Set getOntologies();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy