P - property expressionO - objectpublic interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> extends OWLIndividualAxiom, OWLSubClassOfAxiomShortCut, HasSubject<OWLIndividual>, HasProperty<P>, HasObject<O>
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<?> |
components() |
default java.util.stream.Stream<?> |
componentsAnnotationsFirst() |
default java.util.stream.Stream<?> |
componentsWithoutAnnotations() |
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.
|
isLogicalAxiomaccept, 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, getAnnotationsasOWLSubClassOfAxiomdefault java.util.stream.Stream<?> components()
components in interface HasComponentsdefault java.util.stream.Stream<?> componentsWithoutAnnotations()
componentsWithoutAnnotations in interface HasComponentsdefault java.util.stream.Stream<?> componentsAnnotationsFirst()
componentsAnnotationsFirst in interface HasComponentsOWLIndividual getSubject()
getSubject in interface HasSubject<OWLIndividual>P getProperty()
getProperty in interface HasProperty<P extends OWLPropertyExpression>O getObject()
getObject in interface HasObject<O extends OWLPropertyAssertionObject>Copyright © 2017 The University of Manchester. All Rights Reserved.