P - property typepublic abstract class OWLSubPropertyAxiomImpl<P extends OWLPropertyExpression<?,?>> extends OWLPropertyAxiomImpl implements OWLSubPropertyAxiom<P>
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLSubPropertyAxiomImpl(P subProperty,
P superProperty,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
P |
getSubProperty() |
P |
getSuperProperty() |
isAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfType, mergeAnnoscompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLSubPropertyAxiomImpl(P subProperty, P superProperty, Collection<? extends OWLAnnotation> annotations)
subProperty - subPropertysuperProperty - superPropertyannotations - annotationspublic P getSubProperty()
getSubProperty in interface OWLSubPropertyAxiom<P extends OWLPropertyExpression<?,?>>public P getSuperProperty()
getSuperProperty in interface OWLSubPropertyAxiom<P extends OWLPropertyExpression<?,?>>public boolean equals(Object obj)
equals in class OWLAxiomImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.