Package | Description |
---|---|
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
org.ontoware.rdfreactor.runtime.converter |
Implementations of
INodeConverter . |
Modifier and Type | Method and Description |
---|---|
static INodeConverter<?> |
RDFReactorRuntime.getConverter(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
static void |
RDFReactorRuntime.registerConverter(Class<?> type,
INodeConverter<?> converter) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanConverter |
class |
ByteConverter |
class |
CalendarConverter
Handles ISO 8601 Date and Time Formats
http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/datatypes/xsd/XSDDatatype.html
http://jena.sourceforge.net/how-to/typedLiterals.html#xsd
|
class |
DoubleConverter |
class |
FloatConverter |
class |
IntegerConverter |
class |
JavaNetUriConverter |
class |
LongConverter |
class |
NodeConverter
The trivial converter converting RDF2Go nodes just to itself.
|
class |
ResourceConverter
|
class |
ShortConverter |
class |
StringConverter |
class |
UriConverter
|
class |
UrlConverter |
Copyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.