Modifier and Type | Method and Description |
---|---|
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDataComplementOf node) |
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDataIntersectionOf node) |
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDataOneOf node) |
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDatatype node) |
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDatatypeRestriction node) |
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDataUnionOf node) |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
DLSyntaxParser.parseDataOneOf() |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
OWLFunctionalSyntaxParser.DataComplementOf() |
OWLDataRange |
OWLFunctionalSyntaxParser.DataIntersectionOf() |
OWLDataRange |
OWLFunctionalSyntaxParser.DataOneOf() |
OWLDataRange |
OWLFunctionalSyntaxParser.DataRange() |
OWLDataRange |
OWLFunctionalSyntaxParser.DataRangeRestriction() |
OWLDataRange |
OWLFunctionalSyntaxParser.DataUnionOf() |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
ManchesterOWLSyntaxParserImpl.parseDataRange() |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataRange> |
ManchesterOWLSyntaxParserImpl.parseDataRangeList() |
Modifier and Type | Interface and Description |
---|---|
interface |
OWLDataComplementOf
Represents
DataComplementOf in the OWL 2 Specification.
|
interface |
OWLDataIntersectionOf
Represents
DataIntersectionOf in the OWL 2 Specification.
|
interface |
OWLDataOneOf
Represents DataOneOf in
the OWL 2 Specification.
|
interface |
OWLDatatype
Represents a
Datatype (named
data range) in the OWL 2 Specification.
|
interface |
OWLDatatypeRestriction
Represents a
DatatypeRestriction data range in the OWL 2 Specification.
|
interface |
OWLDataUnionOf
Represents a
DataUnionOf
data range in the OWL 2 Specification.
|
interface |
OWLNaryDataRange |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
OWLDatatypeDefinitionAxiom.getDataRange()
Gets the data range that defines the datatype.
|
OWLDataRange |
OWLDataComplementOf.getDataRange()
Gets the data range which this data range is a complement of.
|
OWLDataRange |
SWRLDataRangeAtom.getPredicate() |
Modifier and Type | Method and Description |
---|---|
default Set<OWLDataRange> |
OWLNaryDataRange.getOperands() |
Stream<OWLDataRange> |
OWLNaryDataRange.operands() |
Modifier and Type | Method and Description |
---|---|
default OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange) |
OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
Collection<OWLAnnotation> annotations) |
default OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange) |
OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
Collection<OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
default OWLDataIntersectionOf |
IntersectionProvider.getOWLDataIntersectionOf(Collection<? extends OWLDataRange> dataRanges) |
OWLDataIntersectionOf |
IntersectionProvider.getOWLDataIntersectionOf(Stream<? extends OWLDataRange> dataRanges) |
default OWLDataUnionOf |
UnionProvider.getOWLDataUnionOf(Collection<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
UnionProvider.getOWLDataUnionOf(Stream<? extends OWLDataRange> dataRanges) |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
UseOfIllegalDataRange.getExpression() |
Constructor and Description |
---|
UseOfIllegalDataRange(OWLOntology ontology,
OWLAxiom axiom,
OWLDataRange dataRange) |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
OWLRDFConsumer.translateDataRange(IRI n)
Given a main node, translated data ranges according to Table 12.
|
Modifier and Type | Method and Description |
---|---|
Node<? extends OWLDataRange> |
OWLKnowledgeExplorerReasoner.getDataLabel(OWLKnowledgeExplorerReasoner.RootNode node,
boolean deterministicOnly) |
Modifier and Type | Method and Description |
---|---|
static Stream<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
OWLOntology ontology)
Gets the ranges of e that have been asserted in the specified ontology.
|
static Stream<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
Stream<OWLOntology> ontologies)
Gets the asserted ranges of e by examining the axioms in the specified ontologies.
|
Modifier and Type | Method and Description |
---|---|
List<OWLDataRange> |
OWLObjectWalker.getDataRangePath()
Gets the current data range path.
|
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
ManchesterOWLSyntaxParser.parseDataRange() |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataRange> |
ManchesterOWLSyntaxParser.parseDataRangeList() |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
BaseDataBuilder.getDataRange() |
OWLDataRange |
BuilderSWRLDataRangeAtom.getPredicate() |
OWLDataRange |
BuilderDatatypeDefinition.getRange() |
OWLDataRange |
BuilderDataComplementOf.getRange() |
OWLDataRange |
BaseDataBuilder.getRange() |
Modifier and Type | Method and Description |
---|---|
BuilderSWRLDataRangeAtom |
BuilderSWRLDataRangeAtom.with(OWLDataRange arg) |
BuilderDataComplementOf |
BuilderDataComplementOf.withRange(OWLDataRange arg) |
B |
BaseDataBuilder.withRange(OWLDataRange arg) |
BuilderDatatypeDefinition |
BuilderDatatypeDefinition.withType(OWLDataRange arg) |
Modifier and Type | Method and Description |
---|---|
boolean |
SigAccessor.isTopOrBuiltInDataType(OWLDataRange expr) |
Modifier and Type | Class and Description |
---|---|
class |
OWL2DatatypeImpl
An optimised implementation of OWLDatatype for OWL2Datatypes.
|
class |
OWLDataComplementOfImpl |
class |
OWLDataIntersectionOfImpl |
class |
OWLDataOneOfImpl |
class |
OWLDatatypeImpl |
class |
OWLDatatypeRestrictionImpl |
class |
OWLDataUnionOfImpl |
class |
OWLNaryDataRangeImpl |
Modifier and Type | Method and Description |
---|---|
OWLDataRange |
OWLDatatypeDefinitionAxiomImpl.getDataRange() |
OWLDataRange |
OWLDataComplementOfImpl.getDataRange() |
OWLDataRange |
SWRLDataRangeAtomImpl.getPredicate() |
Modifier and Type | Method and Description |
---|---|
List<OWLDataRange> |
OWLNaryDataRangeImpl.getOperandsAsList() |
Stream<OWLDataRange> |
OWLNaryDataRangeImpl.operands() |
Modifier and Type | Method and Description |
---|---|
OWLDataIntersectionOf |
OWLDataFactoryImpl.getOWLDataIntersectionOf(Stream<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
OWLDataFactoryImpl.getOWLDataUnionOf(Stream<? extends OWLDataRange> dataRanges) |
Constructor and Description |
---|
OWLDataIntersectionOfImpl(List<OWLDataRange> operands) |
OWLDataUnionOfImpl(List<OWLDataRange> operands) |
Copyright © 2020 The University of Manchester. All rights reserved.