public interface OWLNaryBooleanClassExpression extends OWLBooleanClassExpression, HasOperands<OWLClassExpression>
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<?> |
components() |
default Set<OWLClassExpression> |
getOperands()
Deprecated.
use the stream method
|
default List<OWLClassExpression> |
getOperandsAsList()
Gets the class expressions returned by
getOperands() as a list
of class expressions. |
java.util.stream.Stream<OWLClassExpression> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the
classes in an equivalent classes axiom.
|
isAnonymousaccept, accept, asConjunctSet, asDisjunctSet, conjunctSet, containsConjunct, disjunctSet, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isClassExpressionLiteral, isOWLNothing, isOWLThingaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexcomponentsAnnotationsFirst, componentsWithoutAnnotationsasOWLClass, isOWLClassdefault java.util.stream.Stream<?> components()
components in interface HasComponents@Deprecated default Set<OWLClassExpression> getOperands()
java.util.stream.Stream<OWLClassExpression> operands()
HasOperandsoperands in interface HasOperands<OWLClassExpression>default List<OWLClassExpression> getOperandsAsList()
getOperands() as a list
of class expressions.Copyright © 2017 The University of Manchester. All Rights Reserved.