| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| Modifier and Type | Method and Description |
|---|---|
static OWLLiteral |
OWLFunctionalSyntaxFactory.Literal(String literal,
OWL2Datatype type) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BuilderLiteral |
BuilderLiteral.withDatatype(OWL2Datatype arg) |
| Modifier and Type | Method and Description |
|---|---|
OWL2Datatype |
OWLDatatypeImpl.getBuiltInDatatype() |
OWL2Datatype |
OWL2DatatypeImpl.getBuiltInDatatype() |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
OWLDataFactoryImpl.getOWLLiteral(String lexicalValue,
OWL2Datatype datatype) |
| Constructor and Description |
|---|
OWL2DatatypeImpl(OWL2Datatype owl2Datatype)
Creates an instance of
OWLDatatypeImplForOWL2Datatype for the
specified OWL2Datatype. |
Copyright © 2016 The University of Manchester. All Rights Reserved.