Uses of Class
de.fuberlin.wiwiss.d2rq.mapgen.MappingGenerator

Packages that use MappingGenerator
de.fuberlin.wiwiss.d2rq D2RQ's public API, including the Jena-compatible Model implementation. 
de.fuberlin.wiwiss.d2rq.mapgen The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema. 
 

Uses of MappingGenerator in de.fuberlin.wiwiss.d2rq
 

Methods in de.fuberlin.wiwiss.d2rq that return MappingGenerator
 MappingGenerator SystemLoader.openMappingGenerator()
          Returns a mapping generator.
 

Uses of MappingGenerator in de.fuberlin.wiwiss.d2rq.mapgen
 

Subclasses of MappingGenerator in de.fuberlin.wiwiss.d2rq.mapgen
 class W3CMappingGenerator
          Generates a D2RQ mapping compatible with W3C's Direct Mapping by introspecting a database schema.