| Package | Description |
|---|---|
| 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.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.
|
| 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
|
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 |
|---|---|
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 this property that have been asserted in the specified ontology.
|
static Stream<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
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 |
BuilderDataComplementOf.getRange() |
OWLDataRange |
BaseDataBuilder.getRange() |
OWLDataRange |
BuilderDatatypeDefinition.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) |
Copyright © 2018 The University of Manchester. All rights reserved.