public interface OWLEquivalentDataPropertiesAxiom extends OWLNaryPropertyAxiom<OWLDataPropertyExpression>, OWLDataPropertyAxiom
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(OWLAxiomVisitor visitor) |
default <O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
default void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
default <O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
Collection<OWLEquivalentDataPropertiesAxiom> |
asPairwiseAxioms()
Gets this axiom as a set of pairwise axioms; if the axiom contains only two operands,
the axiom itself is returned unchanged, including its annotations.
|
Collection<OWLSubDataPropertyOfAxiom> |
asSubDataPropertyOfAxioms() |
default AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
OWLEquivalentDataPropertiesAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations.
|
default int |
hashIndex() |
Collection<OWLEquivalentDataPropertiesAxiom> |
splitToAnnotatedPairs()
Splits this axiom to pairs, including annotations.
|
components, componentsAnnotationsFirst, componentsWithoutAnnotations, getProperties, getPropertiesMinus, initHashCode, operands, propertiesallMatch, allMatchAllPairs, anyMatch, anyMatchAllPairs, forEach, forEachAllPairs, walkAllPairwise, walkPairwisegetOperandsAsListisLogicalAxiomOWLEquivalentDataPropertiesAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomdefault int hashIndex()
hashIndex in interface HasHashIndexCollection<OWLEquivalentDataPropertiesAxiom> asPairwiseAxioms()
OWLNaryAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLDataPropertyExpression>Collection<OWLEquivalentDataPropertiesAxiom> splitToAnnotatedPairs()
OWLNaryAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLDataPropertyExpression>Collection<OWLSubDataPropertyOfAxiom> asSubDataPropertyOfAxioms()
default void accept(OWLObjectVisitor visitor)
OWLObjectdefault <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectdefault void accept(OWLAxiomVisitor visitor)
default <O> O accept(OWLAxiomVisitorEx<O> visitor)
default AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiomCopyright © 2019 The University of Manchester. All rights reserved.