public interface OWLEquivalentDataPropertiesAxiom extends OWLNaryPropertyAxiom<OWLDataPropertyExpression>, OWLDataPropertyAxiom
| Modifier and Type | Method and Description |
|---|---|
Set<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.
|
Set<OWLSubDataPropertyOfAxiom> |
asSubDataPropertyOfAxioms() |
OWLEquivalentDataPropertiesAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations.
|
Set<OWLEquivalentDataPropertiesAxiom> |
splitToAnnotatedPairs()
Splits this axiom to pairs, including annotations.
|
getProperties, getPropertiesMinuswalkPairwise@Nonnull Set<OWLEquivalentDataPropertiesAxiom> asPairwiseAxioms()
OWLNaryAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLDataPropertyExpression>@Nonnull Set<OWLEquivalentDataPropertiesAxiom> splitToAnnotatedPairs()
OWLNaryAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLDataPropertyExpression>@Nonnull OWLEquivalentDataPropertiesAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiom@Nonnull Set<OWLSubDataPropertyOfAxiom> asSubDataPropertyOfAxioms()
Copyright © 2021 The University of Manchester. All rights reserved.