Package net.java.rdf.sommer

Interface Summary
Inferencer procedural inference interface, for specialised inferencing functionality
Mapper This is the interface the clients use to Map objects to a graph, (as well as remove them).
Mapper.Init Different RDF stores usually require very different initialisations.
RDFFactory Create the appropriate Literal for the library on which Sommer is based.
RdfSerialisable  
RdfSerialiser Implementations of this guide behavior for serialising java objects.
RewriteMapper These are the methods required by JavassistClassRewriter
SommerMapable Objects that can be mapped, will implement this interface This interface will normally be added using byte code rewriting.
 

Class Summary
EditorTranslator  
JavaInstanceMapper a class whose instances specialise in mapping particular java objects to rdf objects, such as Literals or Resources.
JavassistClassRewriter  
MapperManager  
Mapping Classes that implement a Mapper need to implement this interface
SesameInvFuncInferencer Do inverse functional inferencing for a set of inverse functional relations on a given graph.
SesameMapper  
SesameMapper.SesameInit  
SesameMemorySailInit  
SesameSmushInferencer This smushes Sesame (2.0beta2) graphs.
SommerEditor