Package openllet.owlapi.facet
Interface FacetManagerOWL
-
- All Known Subinterfaces:
OpenlletReasoner,OWLHelper,OWLManagedObject,OWLManagementObject
- All Known Implementing Classes:
OWL,OWLAPILoader,OWLGenericTools,OWLSelfTools,OWLTools,PelletLoader,PelletReasoner
public interface FacetManagerOWL- Since:
- 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OWLGroupgetGroup()org.semanticweb.owlapi.model.OWLOntologyManagergetManager()
-
-
-
Method Detail
-
getManager
org.semanticweb.owlapi.model.OWLOntologyManager getManager()
- Returns:
- the manager that manage the current ontology.
- Since:
- 2.5.1
-
getGroup
OWLGroup getGroup()
- Returns:
- the group of manager that own the getManager() returned manager.
- Since:
- 2.6.1
-
-