public class OWLObjectPropertyAssertionAxiomImpl extends OWLIndividualRelationshipAxiomImpl<OWLObjectPropertyExpression,OWLIndividual> implements OWLObjectPropertyAssertionAxiom
| Constructor and Description |
|---|
OWLObjectPropertyAssertionAxiomImpl(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
OWLSubClassOfAxiom |
asOWLSubClassOfAxiom() |
boolean |
equals(Object obj) |
OWLObjectPropertyAssertionAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLObjectPropertyAssertionAxiom |
getAxiomWithoutAnnotations() |
OWLObjectPropertyAssertionAxiom |
getSimplified() |
boolean |
isInSimplifiedForm() |
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getObject, getProperty, getSubjectisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringgetObject, getProperty, getSubjectequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLObjectPropertyAssertionAxiomImpl(@Nonnull OWLIndividual subject, @Nonnull OWLObjectPropertyExpression property, @Nonnull OWLIndividual object, @Nonnull Set<? extends OWLAnnotation> annotations)
subject - subjectproperty - propertyobject - objectannotations - annotationspublic OWLObjectPropertyAssertionAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLObjectPropertyAssertionAxiompublic OWLSubClassOfAxiom asOWLSubClassOfAxiom()
asOWLSubClassOfAxiom in interface OWLSubClassOfAxiomShortCutpublic OWLObjectPropertyAssertionAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic boolean equals(Object obj)
equals in class OWLIndividualRelationshipAxiomImpl<OWLObjectPropertyExpression,OWLIndividual>public OWLObjectPropertyAssertionAxiom getSimplified()
getSimplified in interface OWLObjectPropertyAssertionAxiompublic boolean isInSimplifiedForm()
isInSimplifiedForm in interface OWLObjectPropertyAssertionAxiompublic void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiomCopyright © 2020 The University of Manchester. All rights reserved.