| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.vocab | |
| uk.ac.manchester.cs.owl.owlapi |
| 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. |
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 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 |
|---|---|
OWL2Datatype |
OWLDatatypeImpl.getBuiltInDatatype() |
OWL2Datatype |
OWL2DatatypeImpl.getBuiltInDatatype() |
| Modifier and Type | Method and Description |
|---|---|
static OWLDatatype |
OWL2DatatypeImpl.getDatatype(OWL2Datatype owl2Datatype)
A factory method which gets an instance of
OWLDatatype for an
instance of OWL2Datatype specified by the owl2Datatype
parameter. |
OWLLiteral |
OWLDataFactoryImpl.getOWLLiteral(String lexicalValue,
OWL2Datatype datatype) |
OWLLiteral |
OWLDataFactoryImpl.getOWLTypedLiteral(String literal,
OWL2Datatype datatype)
Deprecated.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.