Package | Description |
---|---|
org.ontoware.rdf2go.model.node | |
org.ontoware.rdf2go.model.node.impl | |
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
org.ontoware.rdfreactor.runtime.converter |
Implementations of
INodeConverter . |
org.openrdf.rdf2go |
Modifier and Type | Interface and Description |
---|---|
interface |
DatatypeLiteral
RDF Literal representation of a datatype (usually xml schema datatype)
Implementations are expected to have valid implementations of equals( Object )
and hashCode()
|
interface |
LanguageTagLiteral
sub-interface of RDFLiteral that represents Language Tag Literals
Implementations are expected to have valid implementations of equals( Object
) and hashCode()
|
interface |
PlainLiteral
Marker interface for plain literals, i.e.
|
Modifier and Type | Method and Description |
---|---|
Literal |
Node.asLiteral()
A convenience method for a cast to org.ontoware.rdf2go.model.node.Literal
|
Literal |
Variable.asLiteral() |
Modifier and Type | Class and Description |
---|---|
class |
DatatypeLiteralImpl
The rdf2go DatatypLiteral implementation
|
class |
LanguageTagLiteralImpl |
class |
LiteralImpl
Subclasses must have valid equals() and hashCode() implementations.
|
class |
PlainLiteralImpl |
Modifier and Type | Method and Description |
---|---|
Literal |
ResourceImpl.asLiteral() |
Literal |
LiteralImpl.asLiteral() |
Modifier and Type | Method and Description |
---|---|
Literal |
ReactorRuntimeEntity.asLiteral() |
Modifier and Type | Method and Description |
---|---|
static Byte |
ByteConverter.toByte(Literal literal) |
static Calendar |
CalendarConverter.toCalendar(Literal literal) |
static Double |
DoubleConverter.toDouble(Literal literal) |
static Float |
FloatConverter.toFloat(Literal literal) |
static Integer |
IntegerConverter.toInteger(Literal literal) |
static Long |
LongConverter.toLong(Literal literal) |
static Short |
ShortConverter.toShort(Literal literal) |
Modifier and Type | Method and Description |
---|---|
static Literal |
ConversionUtil.toRdf2go(org.openrdf.model.Literal literal) |
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.