Uses of Interface
org.d2rq.CompiledMapping

Packages that use CompiledMapping
org.d2rq   
org.d2rq.jena   
org.d2rq.lang   
org.d2rq.r2rml   
org.d2rq.server   
 

Uses of CompiledMapping in org.d2rq
 

Methods in org.d2rq that return CompiledMapping
static CompiledMapping SystemLoader.createMapping(Model mappingModel, String baseIRI)
           
 CompiledMapping SystemLoader.getMapping()
           
static CompiledMapping SystemLoader.loadMapping(String mappingFileNameOrURL, String baseIRI)
           
 

Constructors in org.d2rq with parameters of type CompiledMapping
ResourceCollection(CompiledMapping mapping, SQLConnection connection, NodeMaker entityMaker, DatabaseOp entityTable, Collection<TripleRelation> entityDescription)
           
ResourceDescriber(CompiledMapping mapping, Node resource)
           
ResourceDescriber(CompiledMapping mapping, Node resource, boolean onlyOutgoing, int limit, long timeout)
           
 

Uses of CompiledMapping in org.d2rq.jena
 

Methods in org.d2rq.jena that return CompiledMapping
 CompiledMapping GraphD2RQ.getMapping()
           
 

Constructors in org.d2rq.jena with parameters of type CompiledMapping
CachingGraphD2RQ(CompiledMapping mapping)
           
GraphD2RQ(CompiledMapping mapping)
           
ModelD2RQ(CompiledMapping mapping)
          Create a non-RDF database-based model.
 

Uses of CompiledMapping in org.d2rq.lang
 

Classes in org.d2rq.lang that implement CompiledMapping
 class CompiledD2RQMapping
           
 

Uses of CompiledMapping in org.d2rq.r2rml
 

Classes in org.d2rq.r2rml that implement CompiledMapping
 class R2RMLCompiler
           
 

Methods in org.d2rq.r2rml that return CompiledMapping
 CompiledMapping Mapping.compile(SQLConnection sqlConnection)
           
 

Uses of CompiledMapping in org.d2rq.server
 

Methods in org.d2rq.server that return CompiledMapping
 CompiledMapping D2RServer.getMapping()