| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Modifier and Type | Method and Description |
|---|---|
OWL2Datatype |
OWLDatatype.getBuiltInDatatype()
Gets the built in datatype information if this datatype is a built in
datatype.
|
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
OWLDataFactory.getOWLLiteral(String lexicalValue,
OWL2Datatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
| Modifier and Type | Method and Description |
|---|---|
static OWL2Datatype |
OWL2Datatype.getDatatype(IRI datatype)
Given an IRI that identifies an
OWLDatatype, this method obtains
the corresponding OWL2Datatype. |
static OWL2Datatype |
OWL2Datatype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWL2Datatype[] |
OWL2Datatype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.