| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.reasoner.knowledgeexploration | |
| org.semanticweb.owlapi.util |
| 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.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.