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

Packages that use Database
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
 

Uses of Database in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that return Database
 Database ClassMap.database()
           
 Database Mapping.database(com.hp.hpl.jena.rdf.model.Resource name)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type Database
 void Mapping.addDatabase(Database database)
           
 void ClassMap.setDatabase(Database database)