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(Resource name)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map that return types with arguments of type Database
 Collection<Database> Mapping.databases()
           
 

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

Constructors in de.fuberlin.wiwiss.d2rq.map with parameters of type Database
PropertyMap(String uriPattern, Database database)