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

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

Uses of DownloadMap in de.fuberlin.wiwiss.d2rq.download
 

Constructors in de.fuberlin.wiwiss.d2rq.download with parameters of type DownloadMap
DownloadContentQuery(DownloadMap downloadMap, String uri)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.map that return DownloadMap
 DownloadMap Mapping.downloadMap(Resource name)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type DownloadMap
 void Mapping.addDownloadMap(DownloadMap downloadMap)