public abstract class OWLNaryBooleanClassExpressionImpl extends OWLAnonymousClassExpressionImpl implements OWLNaryBooleanClassExpression
| Constructor and Description |
|---|
OWLNaryBooleanClassExpressionImpl(Set<? extends OWLClassExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons) |
void |
addSignatureEntitiesToSet(Set<OWLEntity> entities) |
boolean |
equals(Object obj) |
Set<OWLClassExpression> |
getOperands() |
List<OWLClassExpression> |
getOperandsAsList()
Gets the class expressions returned by
OWLNaryBooleanClassExpression.getOperands() as a list
of class expressions. |
boolean |
isClassExpressionLiteral()
Determines if this class is a literal.
|
asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThingcompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringaccept, accept, asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThingaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturepublic OWLNaryBooleanClassExpressionImpl(@Nonnull Set<? extends OWLClassExpression> operands)
operands - operandspublic void addSignatureEntitiesToSet(Set<OWLEntity> entities)
addSignatureEntitiesToSet in interface HasIncrementalSignatureGenerationSupportentities - entity set where entities will be addedpublic void addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons)
addAnonymousIndividualsToSet in interface HasIncrementalSignatureGenerationSupportanons - anonymous individuals set where individuals will be addedpublic List<OWLClassExpression> getOperandsAsList()
OWLNaryBooleanClassExpressionOWLNaryBooleanClassExpression.getOperands() as a list
of class expressions.getOperandsAsList in interface OWLNaryBooleanClassExpressionpublic Set<OWLClassExpression> getOperands()
getOperands in interface OWLNaryBooleanClassExpressionpublic boolean isClassExpressionLiteral()
OWLClassExpressionisClassExpressionLiteral in interface OWLClassExpressiontrue if this is a literal, or false if this is not a
literal.public boolean equals(Object obj)
equals in class OWLObjectImplWithoutEntityAndAnonCachingCopyright © 2016 The University of Manchester. All Rights Reserved.