Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnnotations
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLAxiom
, OWLClassAxiom
, OWLLogicalAxiom
, OWLNaryAxiom<OWLClassExpression>
, OWLNaryClassAxiom
, OWLObject
, OWLSubClassOfAxiomSetShortCut
, Serializable
OWLDisjointClassesAxiomImpl
public interface OWLDisjointClassesAxiom extends OWLNaryClassAxiom
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDisjointClassesAxiom> |
asPairwiseAxioms() |
Gets this axiom as a set of pairwise axioms.
|
OWLDisjointClassesAxiom |
getAxiomWithoutAnnotations() |
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
Set<OWLDisjointClassesAxiom> |
splitToAnnotatedPairs() |
Splits this axiom to pairs, including annotations.
|
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
isAnonymous
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfType
walkPairwise
contains, getClassExpressions, getClassExpressionsAsList, getClassExpressionsMinus
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
asOWLSubClassOfAxioms
@Nonnull Set<OWLDisjointClassesAxiom> asPairwiseAxioms()
OWLNaryAxiom
asPairwiseAxioms
in interface OWLNaryAxiom<OWLClassExpression>
@Nonnull Set<OWLDisjointClassesAxiom> splitToAnnotatedPairs()
OWLNaryAxiom
splitToAnnotatedPairs
in interface OWLNaryAxiom<OWLClassExpression>
@Nonnull OWLDisjointClassesAxiom getAxiomWithoutAnnotations()
OWLAxiom
getAxiomWithoutAnnotations
in interface OWLAxiom
Copyright © 2018 The University of Manchester. All rights reserved.