public interface OWLNaryDataRange extends OWLDataRange, HasOperands<OWLDataRange>
| Modifier and Type | Method and Description |
|---|---|
default Stream<?> |
components() |
default Set<OWLDataRange> |
getOperands()
Deprecated.
use the stream method
|
Stream<OWLDataRange> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the
classes in an equivalent classes axiom.
|
accept, accept, accept, accept, getDataRangeType, isTopDatatypeaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexcomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymousasOWLDatatype, isOWLDatatypedefault Stream<?> components()
components in interface HasComponents@Deprecated default Set<OWLDataRange> getOperands()
Stream<OWLDataRange> operands()
HasOperandsoperands in interface HasOperands<OWLDataRange>Copyright © 2017 The University of Manchester. All rights reserved.