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

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

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

Fields in de.fuberlin.wiwiss.d2rq.map declared as TranslationTable
protected  TranslationTable ResourceMap.translateWith
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type TranslationTable
 void Mapping.addTranslationTable(TranslationTable table)
           
 void ResourceMap.setTranslateWith(TranslationTable table)