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() |
P |
getProperty() |
OWLIndividual |
getSubject() |
annotations, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringcomponents, componentsAnnotationsFirst, componentsWithoutAnnotationsisLogicalAxiomaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomType, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAnonymous, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexannotations, annotations, annotations, getAnnotations, getAnnotationsasOWLSubClassOfAxiomaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLIndividualRelationshipAxiomImpl(OWLIndividual subject, P property, O object, Collection<OWLAnnotation> annotations)
subject - the subjectproperty - the propertyobject - the objectannotations - the annotationspublic OWLIndividual getSubject()
getSubject in interface HasSubject<OWLIndividual>getSubject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>public P getProperty()
getProperty in interface HasProperty<P extends OWLPropertyExpression>getProperty in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>public O getObject()
getObject in interface HasObject<O extends OWLPropertyAssertionObject>getObject in interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject>Copyright © 2017 The University of Manchester. All Rights Reserved.