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

Packages that use Translator
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
de.fuberlin.wiwiss.d2rq.values Code for expressing a rule that generates a set of values from some data in the database. 
 

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

Methods in de.fuberlin.wiwiss.d2rq.map that return Translator
 Translator TranslationTable.translator()
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.nodes with parameters of type Translator
 void NodeSetFilter.setUsesTranslator(Translator translator)
          Registers the use of a translator to create values in this node set.
 void NodeSetConstraintBuilder.setUsesTranslator(Translator translator)
           
 void DetermineNodeType.setUsesTranslator(Translator translator)
           
 

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

Fields in de.fuberlin.wiwiss.d2rq.values declared as Translator
static Translator Translator.IDENTITY
           
 

Constructors in de.fuberlin.wiwiss.d2rq.values with parameters of type Translator
ValueDecorator(ValueMaker base, List<ValueDecorator.ValueConstraint> constraints, Translator translator)