| Package | Description |
|---|---|
| org.obolibrary.macro |
OBO macro package.
|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.reasoner.knowledgeexploration |
Knowledge exploration package.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| 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 |
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 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 |
|---|---|
default Set<OWLDataRange> |
OWLNaryDataRange.getOperands()
Deprecated.
use the stream method
|
java.util.stream.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(java.util.stream.Stream<? extends OWLDataRange> dataRanges) |
default OWLDataUnionOf |
UnionProvider.getOWLDataUnionOf(Collection<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
UnionProvider.getOWLDataUnionOf(java.util.stream.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 java.util.stream.Stream<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
OWLOntology ontology)
Gets the ranges of this property that have been asserted in the specified
ontology.
|
static java.util.stream.Stream<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
java.util.stream.Stream<OWLOntology> ontologies)
Gets the asserted ranges of this property 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 |
|---|---|
java.util.stream.Stream<OWLDataRange> |
OWLNaryDataRangeImpl.operands() |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLDataFactoryImpl.getOWLDataIntersectionOf(java.util.stream.Stream<? extends OWLDataRange> dataRanges) |
OWLDataUnionOf |
OWLDataFactoryImpl.getOWLDataUnionOf(java.util.stream.Stream<? extends OWLDataRange> dataRanges) |
| Constructor and Description |
|---|
OWLDataIntersectionOfImpl(Collection<OWLDataRange> operands) |
OWLDataIntersectionOfImpl(java.util.stream.Stream<OWLDataRange> operands) |
OWLDataUnionOfImpl(Collection<OWLDataRange> operands) |
OWLDataUnionOfImpl(java.util.stream.Stream<OWLDataRange> operands) |
Copyright © 2017 The University of Manchester. All Rights Reserved.