public interface OWLNaryBooleanClassExpression extends OWLBooleanClassExpression
Modifier and Type | Method and Description |
---|---|
java.util.Set<OWLClassExpression> |
getOperands() |
java.util.List<OWLClassExpression> |
getOperandsAsList()
Gets the class expressions returned by
getOperands() as a list of class expressions. |
accept, accept, asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThing
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
java.util.Set<OWLClassExpression> getOperands()
java.util.List<OWLClassExpression> getOperandsAsList()
getOperands()
as a list of class expressions.