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