| 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
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDataIntersectionOf
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 15-Jan-2009 |
interface |
OWLDataOneOf
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDatatype
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a Datatype (named data range) in the OWL 2 Specification. |
interface |
OWLDatatypeRestriction
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a DatatypeRestriction data range in the OWL 2 Specification. |
interface |
OWLDataUnionOf
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 15-Jan-2009 Represents a DataUnionOf data range in the OWL 2 Specification. |
interface |
OWLNaryDataRange
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 15-Jan-2009 |
| 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()
Gets the predicate of this atom
|
| 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 © 2013 The University of Manchester. All Rights Reserved.