Uses of Class
org.d2rq.algebra.DownloadRelation

Packages that use DownloadRelation
org.d2rq   
org.d2rq.download   
org.d2rq.lang   
org.d2rq.r2rml   
 

Uses of DownloadRelation in org.d2rq
 

Methods in org.d2rq that return types with arguments of type DownloadRelation
 Collection<? extends DownloadRelation> CompiledMapping.getDownloadRelations()
           
 

Uses of DownloadRelation in org.d2rq.download
 

Constructors in org.d2rq.download with parameters of type DownloadRelation
DownloadContentQuery(DownloadRelation downloadRelation, String uri)
           
 

Uses of DownloadRelation in org.d2rq.lang
 

Methods in org.d2rq.lang that return types with arguments of type DownloadRelation
 Collection<? extends DownloadRelation> CompiledD2RQMapping.getDownloadRelations()
           
 

Methods in org.d2rq.lang with parameters of type DownloadRelation
 void CompiledD2RQMapping.addDownloadRelation(DownloadRelation downloadRelation)
           
 

Uses of DownloadRelation in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return types with arguments of type DownloadRelation
 Collection<? extends DownloadRelation> R2RMLCompiler.getDownloadRelations()