P - the property expressionO - the objectpublic abstract class OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject> extends OWLLogicalAxiomImpl implements OWLPropertyAssertionAxiom<P,O>
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLIndividualRelationshipAxiomImpl(OWLIndividual subject,
P property,
O object,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareObjectOfSameType(OWLObject o) |
boolean |
equals(Object obj) |
O |
getObject()
Gets the object of this assertion.
|
P |
getProperty()
Gets the property that this assertion acts along.
|
OWLIndividual |
getSubject()
Gets the individual that is the subject of this assertion.
|
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, isTopEntitycompareToasOWLSubClassOfAxiompublic OWLIndividualRelationshipAxiomImpl(OWLIndividual subject, P property, O object, Collection<? extends OWLAnnotation> annotations)
subject - the subjectproperty - the propertyobject - the objectannotations - the annotationspublic OWLIndividual getSubject()
OWLPropertyAssertionAxiomgetSubject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject>public P getProperty()
OWLPropertyAssertionAxiomgetProperty in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject>public O getObject()
OWLPropertyAssertionAxiomgetObject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression<?,?>,O extends OWLPropertyAssertionObject>public boolean equals(Object obj)
equals in class OWLAxiomImplprotected int compareObjectOfSameType(OWLObject o)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.