| Package | Description |
|---|---|
| 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 |
|---|---|
static ValueDecorator.ValueConstraint |
ValueDecorator.containsConstraint(String containsSubstring) |
static ValueDecorator.ValueConstraint |
ValueDecorator.maxLengthConstraint(int maxLength) |
static ValueDecorator.ValueConstraint |
ValueDecorator.regexConstraint(String regex) |
| Constructor and Description |
|---|
ValueDecorator(ValueMaker base,
List<ValueDecorator.ValueConstraint> constraints) |
ValueDecorator(ValueMaker base,
List<ValueDecorator.ValueConstraint> constraints,
Translator translator) |