Uses of Interface
de.fuberlin.wiwiss.d2rq.mapgen.Filter.IdentifierMatcher

Packages that use Filter.IdentifierMatcher
de.fuberlin.wiwiss.d2rq.mapgen The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema. 
 

Uses of Filter.IdentifierMatcher in de.fuberlin.wiwiss.d2rq.mapgen
 

Fields in de.fuberlin.wiwiss.d2rq.mapgen declared as Filter.IdentifierMatcher
static Filter.IdentifierMatcher Filter.NULL_MATCHER
           
 

Methods in de.fuberlin.wiwiss.d2rq.mapgen that return Filter.IdentifierMatcher
static Filter.IdentifierMatcher Filter.createPatternMatcher(Pattern pattern)
           
static Filter.IdentifierMatcher Filter.createStringMatcher(String s)
           
 

Methods in de.fuberlin.wiwiss.d2rq.mapgen that return types with arguments of type Filter.IdentifierMatcher
 List<List<Filter.IdentifierMatcher>> FilterParser.parse()
           
 

Constructors in de.fuberlin.wiwiss.d2rq.mapgen with parameters of type Filter.IdentifierMatcher
FilterMatchColumn(Filter.IdentifierMatcher schema, Filter.IdentifierMatcher table, Filter.IdentifierMatcher column, boolean matchParents)
           
FilterMatchSchema(Filter.IdentifierMatcher schema)
           
FilterMatchTable(Filter.IdentifierMatcher schema, Filter.IdentifierMatcher table, boolean matchParents)