Uses of Class
de.fuberlin.wiwiss.d2rq.map.Mapping

Packages that use Mapping
de.fuberlin.wiwiss.d2rq D2RQ's public API, including the Jena-compatible Model implementation. 
de.fuberlin.wiwiss.d2rq.engine   
de.fuberlin.wiwiss.d2rq.jena   
de.fuberlin.wiwiss.d2rq.parser Code that converts a D2RQ mapping file from its RDF representation into corresponding Java objects. 
de.fuberlin.wiwiss.d2rq.server   
 

Uses of Mapping in de.fuberlin.wiwiss.d2rq
 

Methods in de.fuberlin.wiwiss.d2rq that return Mapping
 Mapping SystemLoader.getMapping()
           
 

Constructors in de.fuberlin.wiwiss.d2rq with parameters of type Mapping
ClassMapLister(Mapping mapping)
           
ResourceDescriber(Mapping mapping, Node resource)
           
ResourceDescriber(Mapping mapping, Node resource, boolean onlyOutgoing, int limit, long timeout)
           
 

Uses of Mapping in de.fuberlin.wiwiss.d2rq.engine
 

Constructors in de.fuberlin.wiwiss.d2rq.engine with parameters of type Mapping
TransformOpBGP(Mapping mapping, boolean transformFilters)
           
 

Uses of Mapping in de.fuberlin.wiwiss.d2rq.jena
 

Methods in de.fuberlin.wiwiss.d2rq.jena that return Mapping
 Mapping GraphD2RQ.getMapping()
           
 

Constructors in de.fuberlin.wiwiss.d2rq.jena with parameters of type Mapping
CachingGraphD2RQ(Mapping mapping)
           
GraphD2RQ(Mapping mapping)
          Creates a new D2RQ graph from a previously prepared Mapping instance.
ModelD2RQ(Mapping mapping)
          Create a non-RDF database-based model.
 

Uses of Mapping in de.fuberlin.wiwiss.d2rq.parser
 

Methods in de.fuberlin.wiwiss.d2rq.parser that return Mapping
 Mapping MapParser.parse()
          Starts the parsing process.
 

Uses of Mapping in de.fuberlin.wiwiss.d2rq.server
 

Methods in de.fuberlin.wiwiss.d2rq.server that return Mapping
 Mapping D2RServer.getMapping()