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

Packages that use ValueSource
de.fuberlin.wiwiss.d2rq   
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of ValueSource in de.fuberlin.wiwiss.d2rq
 

Classes in de.fuberlin.wiwiss.d2rq that implement ValueSource
 class DummyValueSource
          Dummy implementation of ValueSource
 

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

Classes in de.fuberlin.wiwiss.d2rq.map that implement ValueSource
(package private)  class BlankNodeIdentifier
          A blank node identifier that uniquely identifies all resources generated from a specific ClassMap.
 class Column
          A database column.
 class ContainsRestriction
          Restriction which can be chained with another ValueSource to state that all its values contain a certain string.
 class MaxLengthRestriction
          Restriction which can be chained with another ValueSource to limit the length of its values.
 class Pattern
          A pattern that combines one or more database columns into a String.
 class RegexRestriction
          Restriction which can be chained with another ValueSource to state that all its values match a certain regular expression.
private  class TranslationTable.TranslatingValueSource
           
 

Fields in de.fuberlin.wiwiss.d2rq.map declared as ValueSource
private  ValueSource UriMaker.valueSource
           
private  ValueSource TranslationTable.TranslatingValueSource.valueSource
           
private  ValueSource RegexRestriction.valueSource
           
private  ValueSource MaxLengthRestriction.valueSource
           
private  ValueSource LiteralMaker.valueSource
           
private  ValueSource ContainsRestriction.valueSource
           
private  ValueSource BlankNodeMaker.valueSource
           
 

Methods in de.fuberlin.wiwiss.d2rq.map that return ValueSource
 ValueSource TranslationTable.getTranslatingValueSource(ValueSource valueSource)
          Creates a new ValueSource that translates values from the argument ValueSource according to the mappings in this TranslationTable.
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type ValueSource
 ValueSource TranslationTable.getTranslatingValueSource(ValueSource valueSource)
          Creates a new ValueSource that translates values from the argument ValueSource according to the mappings in this TranslationTable.
 

Constructors in de.fuberlin.wiwiss.d2rq.map with parameters of type ValueSource
UriMaker(java.lang.String id, ValueSource valueSource)
           
TranslationTable.TranslatingValueSource(ValueSource valueSource, Translator translator)
           
RegexRestriction(ValueSource valueSource, java.lang.String regex)
           
MaxLengthRestriction(ValueSource valueSource, int maxLength)
           
LiteralMaker(java.lang.String id, ValueSource valueSource, com.hp.hpl.jena.datatypes.RDFDatatype datatype, java.lang.String lang)
           
ContainsRestriction(ValueSource valueSource, java.lang.String containedValue)
           
BlankNodeMaker(java.lang.String id, ValueSource valueSource)
           
 

Uses of ValueSource in de.fuberlin.wiwiss.d2rq.rdql
 

Methods in de.fuberlin.wiwiss.d2rq.rdql that return ValueSource
 ValueSource TablePrefixer.prefixValueSource(ValueSource obj)
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type ValueSource
 ValueSource TablePrefixer.prefixValueSource(ValueSource obj)
           
 void NodeConstraint.matchValueSource(ValueSource s)