| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
SyntacticLocalityEvaluator.isTopOrBuiltInDatatype(OWLDataRange dataRange)
This is a convenience method for determining whether a given data range
expression is the top datatype or a built-in datatype.
|
protected static boolean |
SyntacticLocalityEvaluator.isTopOrBuiltInInfiniteDatatype(OWLDataRange dataRange)
This is a convenience method for determining whether a given data range
expression is the top datatype or a built-in infinite datatype.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KRSSObjectRenderer.write(OWLDataRange obj) |
void |
KRSS2OWLObjectRenderer.write(OWLDataRange obj) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
OWLFunctionalSyntaxParser.DataComplementOf()
Data complement of.
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataIntersectionOf()
Data intersection of.
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataOneOf()
Data one of.
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataRange()
Data range.
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataRangeRestriction()
Data range restriction.
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataUnionOf()
Data union of.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
ManchesterOWLSyntaxParser.parseDataRange() |
OWLDataRange |
ManchesterOWLSyntaxEditorParser.parseDataRange() |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
AbstractOWLDataRangeHandler.getOWLObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLDataRangeHandler.setDataRange(OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
DataRangeListItemTranslator.translate(IRI firstObject) |
OWLDataRange |
DataRangeListItemTranslator.translate(OWLLiteral firstObject) |
OWLDataRange |
OWLRDFConsumer.translateDataRange(IRI mainNode)
Given a main node, translated data ranges according to Table 12.
|
protected OWLDataRange |
AbstractTripleHandler.translateDataRange(IRI IRI) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDataRange> |
OWLRDFConsumer.translateToDataRangeSet(IRI mainNode)
Translate to data range set.
|
| 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 datarange 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 |
|---|---|
Set<OWLDataRange> |
OWLNaryDataRange.getOperands() |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLDataFactory.getOWLDataIntersectionOf(Set<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
OWLDataFactory.getOWLDataUnionOf(Set<? extends OWLDataRange> dataRanges) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
UseOfIllegalDataRange.getOWLDataRange() |
| Constructor and Description |
|---|
UseOfIllegalDataRange(OWLOntology ontology,
OWLAxiom axiom,
OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
Node<? extends OWLDataRange> |
OWLKnowledgeExplorerReasoner.getDataLabel(OWLKnowledgeExplorerReasoner.RootNode node,
boolean deterministicOnly) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLDataRange> |
OWLObjectWalker.getDataRangePath()
Gets the current data range path.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OWLObjectWalker.pushDataRange(OWLDataRange dr)
Pushes a data range on to the data range path.
|
| 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 |
|---|---|
Set<OWLDataRange> |
OWLNaryDataRangeImpl.getOperands() |
protected Set<? extends OWLPropertyRangeAxiom<OWLDataPropertyExpression,OWLDataRange>> |
OWLDataPropertyImpl.getRangeAxioms(OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLDataFactoryImpl.getOWLDataIntersectionOf(Set<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
OWLDataFactoryImpl.getOWLDataUnionOf(Set<? extends OWLDataRange> dataRanges) |
| Constructor and Description |
|---|
OWLDataIntersectionOfImpl(Set<? extends OWLDataRange> operands) |
OWLDataUnionOfImpl(Set<? extends OWLDataRange> operands) |
OWLNaryDataRangeImpl(Set<? extends OWLDataRange> operands) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
DLSyntaxParser.parseDataOneOf()
Parses the data one of.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.