Uses of Class
net.java.rdf.sommer.SesameMapper

Packages that use SesameMapper
net.java.rdf.sommer   
net.java.rdf.sommer.util   
 

Uses of SesameMapper in net.java.rdf.sommer
 

Fields in net.java.rdf.sommer declared as SesameMapper
(package private)  SesameMapper SesameInvFuncInferencer.map
           
 

Methods in net.java.rdf.sommer with parameters of type SesameMapper
private  void SesameSmushInferencer.smush(org.openrdf.model.Resource remove, org.openrdf.model.Resource replace, SesameMapper map)
           
 

Uses of SesameMapper in net.java.rdf.sommer.util
 

Fields in net.java.rdf.sommer.util declared as SesameMapper
(package private)  SesameMapper RDFCollection.map
           
 

Constructors in net.java.rdf.sommer.util with parameters of type SesameMapper
RDFCollection(SesameMapper map, java.util.Collection<E> collection, java.lang.Class<E> supertype)
          Map all of its elements into a Semantic web collection taking this as subject
RDFCollection(SesameMapper map, java.util.Collection<E> collection, java.lang.Class<E> supertype, java.lang.Object source, org.openrdf.model.URI relation, boolean inverse)
          creates a parallel world in the database
RDFCollection(SesameMapper map, org.openrdf.model.Resource id, java.lang.Class<E> supertype)
          A pure rdf collection object, where we know the rdf name of the collection in advance.