P - the property expressionO - the objectpublic abstract class OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> extends OWLLogicalAxiomImpl implements OWLPropertyAssertionAxiom<P,O>
| Constructor and Description |
|---|
OWLIndividualRelationshipAxiomImpl(OWLIndividual subject,
P property,
O object,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
annotations, annotationsAsList, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringcomponents, componentsAnnotationsFirst, componentsWithoutAnnotations, initHashCodeisLogicalAxiomaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomType, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexaccept, accept, getNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexisAnonymous, isNamedannotations, annotations, annotations, annotationsAsList, getAnnotations, getAnnotationsasOWLSubClassOfAxiomaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLIndividualRelationshipAxiomImpl(OWLIndividual subject, P property, O object, Collection<OWLAnnotation> annotations)
subject - the subjectproperty - the propertyobject - the objectannotations - the annotationspublic OWLIndividual getSubject()
OWLPropertyAssertionAxiomgetSubject in interface HasSubject<OWLIndividual>getSubject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>public P getProperty()
OWLPropertyAssertionAxiomgetProperty in interface HasProperty<P extends OWLPropertyExpression>getProperty in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>public O getObject()
OWLPropertyAssertionAxiomgetObject in interface HasObject<O extends OWLPropertyAssertionObject>getObject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>Copyright © 2020 The University of Manchester. All rights reserved.