org.semanticweb.owlapi.model
Interface OWLSubAnnotationPropertyOfAxiom
- All Superinterfaces:
- java.lang.Comparable<OWLObject>, OWLAnnotationAxiom, OWLAnnotationObject, OWLAxiom, OWLObject
- All Known Implementing Classes:
- OWLSubAnnotationPropertyOfAxiomImpl
public interface OWLSubAnnotationPropertyOfAxiom
- extends OWLAnnotationAxiom
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom |
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType |
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject |
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject |
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity |
Methods inherited from interface java.lang.Comparable |
compareTo |
getSubProperty
OWLAnnotationProperty getSubProperty()
- Gets the subproperty of this axiom.
- Returns:
- The annotation property that represents the subproperty in this axiom.
getSuperProperty
OWLAnnotationProperty getSuperProperty()
- Gets the superproperty of this axiom.
- Returns:
- The annotation property that represents the superproperty in this axiom.
getAxiomWithoutAnnotations
OWLSubAnnotationPropertyOfAxiom getAxiomWithoutAnnotations()
- Description copied from interface:
OWLAxiom
- Gets an axiom that is structurally equivalent to this axiom without annotations. This essentially
returns a version of this axiom stripped of any annotations
- Specified by:
getAxiomWithoutAnnotations
in interface OWLAxiom
- Returns:
- The annotationless version of this axiom