public class OWLInverseObjectPropertiesAxiomImpl extends OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression> implements OWLInverseObjectPropertiesAxiom
| Constructor and Description |
|---|
OWLInverseObjectPropertiesAxiomImpl(OWLObjectPropertyExpression first,
OWLObjectPropertyExpression second,
Collection<? 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) |
Set<OWLInverseObjectPropertiesAxiom> |
asPairwiseAxioms() |
Set<OWLSubObjectPropertyOfAxiom> |
asSubObjectPropertyOfAxioms() |
boolean |
equals(Object obj) |
OWLInverseObjectPropertiesAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLInverseObjectPropertiesAxiom |
getAxiomWithoutAnnotations() |
OWLObjectPropertyExpression |
getFirstProperty() |
OWLObjectPropertyExpression |
getSecondProperty() |
Set<OWLInverseObjectPropertiesAxiom> |
splitToAnnotatedPairs() |
<T> Collection<T> |
walkPairwise(OWLPairwiseVisitor<T,OWLObjectPropertyExpression> visitor) |
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getProperties, getPropertiesMinusisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringgetProperties, getPropertiesMinuspublic OWLInverseObjectPropertiesAxiomImpl(@Nonnull OWLObjectPropertyExpression first, @Nonnull OWLObjectPropertyExpression second, @Nonnull Collection<? extends OWLAnnotation> annotations)
first - first propertysecond - second propertyannotations - annotationspublic Set<OWLInverseObjectPropertiesAxiom> asPairwiseAxioms()
asPairwiseAxioms in interface OWLInverseObjectPropertiesAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLObjectPropertyExpression>public Set<OWLInverseObjectPropertiesAxiom> splitToAnnotatedPairs()
splitToAnnotatedPairs in interface OWLInverseObjectPropertiesAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLObjectPropertyExpression>public OWLInverseObjectPropertiesAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLInverseObjectPropertiesAxiompublic OWLInverseObjectPropertiesAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic void accept(OWLObjectVisitor visitor)
public void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public OWLObjectPropertyExpression getFirstProperty()
getFirstProperty in interface OWLInverseObjectPropertiesAxiompublic OWLObjectPropertyExpression getSecondProperty()
getSecondProperty in interface OWLInverseObjectPropertiesAxiompublic boolean equals(Object obj)
equals in class OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression>public AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic Set<OWLSubObjectPropertyOfAxiom> asSubObjectPropertyOfAxioms()
asSubObjectPropertyOfAxioms in interface OWLInverseObjectPropertiesAxiompublic <T> Collection<T> walkPairwise(OWLPairwiseVisitor<T,OWLObjectPropertyExpression> visitor)
walkPairwise in interface OWLNaryAxiom<OWLObjectPropertyExpression>walkPairwise in class OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression>Copyright © 2020 The University of Manchester. All rights reserved.