public class OWLDifferentIndividualsAxiomImpl extends OWLNaryIndividualAxiomImpl implements OWLDifferentIndividualsAxiom
| Constructor and Description |
|---|
OWLDifferentIndividualsAxiomImpl(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
Set<OWLSubClassOfAxiom> |
asOWLSubClassOfAxioms() |
Set<OWLDifferentIndividualsAxiom> |
asPairwiseAxioms()
Gets this axiom as a set of pairwise axioms.
|
boolean |
containsAnonymousIndividuals()
Determines whether this axiom contains anonymous individuals.
|
boolean |
equals(Object obj) |
OWLDifferentIndividualsAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
OWLDifferentIndividualsAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
Set<OWLDifferentIndividualsAxiom> |
splitToAnnotatedPairs()
Splits this axiom to pairs, including annotations.
|
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getIndividuals, getIndividualsAsList, walkPairwiseisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringgetIndividuals, getIndividualsAsListequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturewalkPairwisepublic OWLDifferentIndividualsAxiomImpl(@Nonnull Set<? extends OWLIndividual> individuals, @Nonnull Set<? extends OWLAnnotation> annotations)
individuals - individualsannotations - annotations on the axiompublic OWLDifferentIndividualsAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDifferentIndividualsAxiompublic OWLDifferentIndividualsAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
OWLAxiomgetAnnotatedAxiom in interface OWLAxiomannotations - The annotations that will be added to existing annotations to
annotate the copy of this axiomOWLAxiom#getAnnotations() method.public Set<OWLDifferentIndividualsAxiom> asPairwiseAxioms()
OWLNaryAxiomasPairwiseAxioms in interface OWLDifferentIndividualsAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLIndividual>public Set<OWLDifferentIndividualsAxiom> splitToAnnotatedPairs()
OWLNaryAxiomsplitToAnnotatedPairs in interface OWLDifferentIndividualsAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLIndividual>public boolean containsAnonymousIndividuals()
OWLDifferentIndividualsAxiomcontainsAnonymousIndividuals in interface OWLDifferentIndividualsAxiomtrue if this axioms contains anonymous individual axiomspublic boolean equals(Object obj)
equals in class OWLNaryIndividualAxiomImplpublic Set<OWLSubClassOfAxiom> asOWLSubClassOfAxioms()
asOWLSubClassOfAxioms in interface OWLSubClassOfAxiomSetShortCutpublic void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
OWLObjectpublic <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectpublic AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiomCopyright © 2016 The University of Manchester. All Rights Reserved.