| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Translator |
TranslationTable.translator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
static Translator |
Translator.IDENTITY |
| Constructor and Description |
|---|
ValueDecorator(ValueMaker base,
List<ValueDecorator.ValueConstraint> constraints,
Translator translator) |