Interface | Description |
---|---|
DescriptorGroundInterface<J extends org.semanticweb.owlapi.model.OWLObject> |
This interface implements
Axiom.Ground and allows grounding of Descriptors of the type
ClassExpression , IndividualExpression , DataPropertyExpression and
ObjectPropertyExpression ). |
Class | Description |
---|---|
ClassGround |
This abstract class is used to instantiate a
DescriptorGround for a ConceptGroundInstance
linked to ClassExpression s. |
DataPropertyGround |
This abstract class is used to instantiate a
DescriptorGround for a DataGroundInstance
linked to DataPropertyExpression s. |
DescriptorGround<J extends org.semanticweb.owlapi.model.OWLObject> |
This abstract class describes common constructors and initialisations for
a specific
GroundInstance . |
DescriptorGroundInterface.ConceptGroundInstance |
The
Axiom.Ground for a ClassExpression . |
DescriptorGroundInterface.DataGroundInstance |
The
Axiom.Ground for a DescriptorGroundInterface.DataGroundInstance . |
DescriptorGroundInterface.GroundInstance<J extends org.semanticweb.owlapi.model.OWLObject> |
A
DescriptorGroundInterface.GroundInstance has the reference to an Ontology (i.e., using DescriptorGroundInterface.GroundInstance.getGroundOntology() ). |
DescriptorGroundInterface.IndividualGroundInstance |
The
Axiom.Ground for an IndividualExpression . |
DescriptorGroundInterface.ObjectGroundInstance |
The
Axiom.Ground for an DescriptorGroundInterface.ObjectGroundInstance . |
IndividualGround |
This abstract class is used to instantiate a
DescriptorGround for a IndividualGroundInstance
linked to IndividualExpression s. |
ObjectPropertyGround |
This abstract class is used to instantiate a
DescriptorGround for a ObjectGroundInstance
linked to ObjectPropertyExpression s. |