org.semanticweb.owl.model
Interface OWLInverseObjectPropertiesAxiom
- All Superinterfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLNaryPropertyAxiom<OWLObjectPropertyExpression>, OWLObject, OWLObjectPropertyAxiom, OWLPropertyAxiom
public interface OWLInverseObjectPropertiesAxiom
- extends OWLNaryPropertyAxiom<OWLObjectPropertyExpression>, OWLObjectPropertyAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 29-Nov-2006
Represents a statement that two properties are the inverse of each other. This
property axiom contains a set of two properties. inverseOf(P, Q) is considered
to be equal to inverseOf(Q, P) - i.e. the order in which the properties are specified
isn't important
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface java.lang.Comparable |
compareTo |
getFirstProperty
OWLObjectPropertyExpression getFirstProperty()
- Gets the first of the two object properties.
getSecondProperty
OWLObjectPropertyExpression getSecondProperty()
- Gets the second of the two object properties.