Uses of Interface
de.fuberlin.wiwiss.d2rq.map.Translator

Packages that use Translator
de.fuberlin.wiwiss.d2rq.map   
 

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

Classes in de.fuberlin.wiwiss.d2rq.map that implement Translator
 class TranslationTable
          Translation table that maps a set of database values to a set of RDF literals or URIs.
 

Fields in de.fuberlin.wiwiss.d2rq.map declared as Translator
private  Translator TranslationTable.translatorInstance
           
private  Translator TranslationTable.TranslatingValueSource.translator
           
 

Methods in de.fuberlin.wiwiss.d2rq.map that return Translator
private  Translator TranslationTable.invokeConstructorWithArg(java.lang.Class aClass, com.hp.hpl.jena.rdf.model.Resource r)
           
private  Translator TranslationTable.invokeConstructorWithoutArg(java.lang.Class aClass)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type Translator
 void TranslationTable.setTranslator(Translator translator)
          Sets a Translator.
 

Constructors in de.fuberlin.wiwiss.d2rq.map with parameters of type Translator
TranslationTable.TranslatingValueSource(ValueSource valueSource, Translator translator)