| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.vocab |
| 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. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(String literal,
OWL2Datatype datatype)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype
as its datatype |
| Modifier and Type | Method and Description |
|---|---|
static OWL2Datatype |
OWL2Datatype.getDatatype(IRI datatype)
Given a URI that identifies an OWLDatatype, this method obtains the
corresponding OWLDatatypeVocabulary
|
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 © 2013 The University of Manchester. All Rights Reserved.