public class OWLDataOneOfImpl extends OWLObjectImpl implements OWLDataOneOf
| Constructor and Description |
|---|
OWLDataOneOfImpl(Collection<? extends OWLLiteral> values) |
OWLDataOneOfImpl(OWLLiteral value) |
OWLDataOneOfImpl(Stream<? extends OWLLiteral> values) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLLiteral> |
getOperandsAsList()
Gets the operands as a list.
|
Stream<OWLLiteral> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent
classes axiom.
|
Stream<OWLLiteral> |
values()
Gets the sorted values (
OWLLiterals) that this data range consists of. |
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, accept, accept, components, getDataRangeType, getValues, hashIndex, initHashCode, typeIndexisTopDatatypegetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturecomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymous, isNamedasOWLDatatype, isOWLDatatypeaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLDataOneOfImpl(Stream<? extends OWLLiteral> values)
values - literalspublic OWLDataOneOfImpl(Collection<? extends OWLLiteral> values)
values - literalspublic OWLDataOneOfImpl(OWLLiteral value)
value - literalpublic Stream<OWLLiteral> values()
OWLDataOneOfOWLLiterals) that this data range consists of.values in interface OWLDataOneOfpublic Stream<OWLLiteral> operands()
HasOperandsoperands in interface HasOperands<OWLLiteral>public List<OWLLiteral> getOperandsAsList()
HasOperandsgetOperandsAsList in interface HasOperands<OWLLiteral>Copyright © 2020 The University of Manchester. All rights reserved.