public class OWLEquivalentDataPropertiesAxiomImpl extends OWLNaryPropertyAxiomImpl<OWLDataPropertyExpression> implements OWLEquivalentDataPropertiesAxiom
| Constructor and Description |
|---|
OWLEquivalentDataPropertiesAxiomImpl(Set<? extends OWLDataPropertyExpression> properties,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
Set<OWLEquivalentDataPropertiesAxiom> |
asPairwiseAxioms()
Gets this axiom as a set of pairwise axioms.
|
Set<OWLSubDataPropertyOfAxiom> |
asSubDataPropertyOfAxioms() |
boolean |
equals(Object obj) |
OWLEquivalentDataPropertiesAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
OWLEquivalentDataPropertiesAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
Set<OWLEquivalentDataPropertiesAxiom> |
splitToAnnotatedPairs()
Splits this axiom to pairs, including annotations.
|
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getProperties, getPropertiesMinus, walkPairwiseisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringgetProperties, getPropertiesMinusequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturewalkPairwisepublic OWLEquivalentDataPropertiesAxiomImpl(@Nonnull Set<? extends OWLDataPropertyExpression> properties, @Nonnull Collection<? extends OWLAnnotation> annotations)
properties - propertiesannotations - annotationspublic OWLEquivalentDataPropertiesAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLEquivalentDataPropertiesAxiompublic OWLEquivalentDataPropertiesAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
OWLAxiomgetAnnotatedAxiom in interface OWLAxiomannotations - The annotations that will be added to existing annotations to
annotate the copy of this axiomOWLAxiom#getAnnotations() method.public Set<OWLEquivalentDataPropertiesAxiom> asPairwiseAxioms()
OWLNaryAxiomasPairwiseAxioms in interface OWLEquivalentDataPropertiesAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLDataPropertyExpression>public Set<OWLEquivalentDataPropertiesAxiom> splitToAnnotatedPairs()
OWLNaryAxiomsplitToAnnotatedPairs in interface OWLEquivalentDataPropertiesAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLDataPropertyExpression>public boolean equals(Object obj)
equals in class OWLNaryPropertyAxiomImpl<OWLDataPropertyExpression>public void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
OWLObjectpublic <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectpublic AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiompublic Set<OWLSubDataPropertyOfAxiom> asSubDataPropertyOfAxioms()
asSubDataPropertyOfAxioms in interface OWLEquivalentDataPropertiesAxiomCopyright © 2016 The University of Manchester. All Rights Reserved.