public interface OWLDifferentIndividualsAxiom extends OWLNaryIndividualAxiom
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDifferentIndividualsAxiom> |
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.
|
boolean |
containsAnonymousIndividuals()
Determines whether this axiom contains anonymous individuals.
|
OWLDifferentIndividualsAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations.
|
Set<OWLDifferentIndividualsAxiom> |
splitToAnnotatedPairs()
Splits this axiom to pairs, including annotations.
|
getIndividuals, getIndividualsAsListaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedwalkPairwiseasOWLSubClassOfAxioms@Nonnull OWLDifferentIndividualsAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomboolean containsAnonymousIndividuals()
true if this axioms contains anonymous individual axioms@Nonnull Set<OWLDifferentIndividualsAxiom> asPairwiseAxioms()
OWLNaryAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLIndividual>@Nonnull Set<OWLDifferentIndividualsAxiom> splitToAnnotatedPairs()
OWLNaryAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLIndividual>Copyright © 2020 The University of Manchester. All rights reserved.