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
|
default int |
initHashCode() |
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, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexcomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymous, isNamedasOWLDatatype, isOWLDatatypegetOperandsAsListdefault Stream<?> components()
components in interface HasComponentsdefault int initHashCode()
initHashCode in interface OWLObject@Deprecated default Set<OWLDataRange> getOperands()
Stream<OWLDataRange> operands()
HasOperandsoperands in interface HasOperands<OWLDataRange>Copyright © 2019 The University of Manchester. All rights reserved.