All Classes and Interfaces

Class
Description
 
 
 
 
 
 
Utility methods for generating java proxies that appropriately implement subclasses of Resource based on annotations.
 
 
 
 
 
 
 
A set of methods with the same name, with certain signatures corresponding to specific purposes, namely getter, setter, dynamic setter
 
 
Sketch of a model where for a given rdf property there can be multiple getter/setter types assigned to it - ever for different datatypes
Experimental base implementation that is used for generated proxies.
A simplified typ class for capturing scalar types and collection types with a lower bounded type.
 
 
Although hash codes are ultimately represented as an array of bytes, they are more restrictive than strings and rather represent numbers, whereas strings should represent url-safe sequences of characters
 
A (bounded) collection type - i.e.g List<? extends ItemClass> TODO Add a flag to mark bounded or make another collection type for unbounded?
 
 
 
A ViewBundle holds two collection views over an RDF graph: The rawView is a collection of raw RDFNodes (having the same Model), whereas the javaView is derived from the rawView using some conversion function over the items of the raw view.