public class OWLDisjointClassesAxiomImpl extends OWLNaryClassAxiomImpl implements OWLDisjointClassesAxiom
| Constructor and Description |
|---|
OWLDisjointClassesAxiomImpl(Set<? extends OWLClassExpression> classExpressions,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
Set<OWLSubClassOfAxiom> |
asOWLSubClassOfAxioms() |
Set<OWLDisjointClassesAxiom> |
asPairwiseAxioms() |
boolean |
equals(Object obj) |
OWLDisjointClassesAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLDisjointClassesAxiom |
getAxiomWithoutAnnotations() |
Set<OWLDisjointClassesAxiom> |
splitToAnnotatedPairs() |
contains, getClassExpressions, getClassExpressionsAsList, getClassExpressionsMinus, walkPairwiseisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringcontains, getClassExpressions, getClassExpressionsAsList, getClassExpressionsMinusequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedwalkPairwisepublic OWLDisjointClassesAxiomImpl(@Nonnull Set<? extends OWLClassExpression> classExpressions, @Nonnull Set<? extends OWLAnnotation> annotations)
classExpressions - disjoint classesannotations - annotations@Nonnull public OWLDisjointClassesAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDisjointClassesAxiompublic OWLDisjointClassesAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic boolean equals(Object obj)
equals in class OWLNaryClassAxiomImplpublic void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic Set<OWLDisjointClassesAxiom> asPairwiseAxioms()
asPairwiseAxioms in interface OWLDisjointClassesAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLClassExpression>public Set<OWLDisjointClassesAxiom> splitToAnnotatedPairs()
splitToAnnotatedPairs in interface OWLDisjointClassesAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLClassExpression>public Set<OWLSubClassOfAxiom> asOWLSubClassOfAxioms()
asOWLSubClassOfAxioms in interface OWLSubClassOfAxiomSetShortCutCopyright © 2020 The University of Manchester. All rights reserved.