See: Description
| Interface | Description |
|---|---|
| INodeConverter<T> |
Can convert an RDF2Go node (or null) to the java type T
|
| Mappable<K,V> | |
| NewBridge | |
| OOQueryResultTable | |
| OOQueryRow |
object-oriented query-row
|
| ReactorBase |
ReactorBase is the Interface which has to be implemented by all
classes used to represent the RDFS or OWL ontology.
|
| ReactorWrapper | |
| ResourceEntity |
instances of this interfaces can be used as rdf-objects in the RDFReactor
framework
|
| Class | Description |
|---|---|
| Base | |
| Bridge |
Runtime model for a java bean property
For all getters and setters (and all other accessors): - if the object
implements URIEntity it's mapped to rdf:Resource, - otherwise it's mapped to
rdf:Literal by calling "toString" IMPROVE: better Literal handling?
RDF Reactor uses the following naming: resource - instance of an RDF schema class, identified by the resource ID (an URI or BlankNode), allmost all statements about the resource use the resource ID as the object property - a property belongs to a resource, represented by the predicate of a statement about a resource value - value of a property of a resource, represented by the object of the statement with the property as predicate and the resource ID as the subject |
| BridgeBase |
BridgeBase provides methods for adding, querying and deleting
statements from the underlying RDF2Go model.
|
| ConvertingClosableIterator<T> |
A
ClosableIterator that uses the registered type converters to turn
an iterator over RDF2Go Node objects to a type |
| ExtractingIterator | |
| ObjectResultIterator<T> | Deprecated
use
ConvertingClosableIterator instead. |
| OOQueryResultTableImpl | |
| OOQueryRowImpl | |
| ProjectingIterator<T> | |
| RDFObjectIterator<T> | |
| RDFReactorRuntime |
A central class providing static type conversion functions.
|
| ReactorBaseImpl |
ReactorBaseImpl is the base class for instances of classes from the
RDFS/OWL schema generated by the code generator.
|
| ReactorResult<T> | |
| ReactorRuntimeEntity |
ReactorBaseImpl is the base class for instances of classes from the
RDFS/OWL schema generated by the code generator.
|
| ReactorWrapperImpl | |
| ReflectionUtils | |
| ResourceUtils |
| Enum | Description |
|---|---|
| ProjectingIterator.projection |
| Exception | Description |
|---|---|
| CardinalityException |
A CardinalityException is thrown e.g.
|
| ConversionException |
Thrown if a type conversion was not possible.
|
| RDFDataException |
A RDFDataException is thrown e.g.
|
| Annotation Type | Description |
|---|---|
| Patrolled |
Marker annotation for a patrolled method or class.
|
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.