de.fuberlin.wiwiss.d2rq.mapgen
Class FilterParser
java.lang.Object
de.fuberlin.wiwiss.d2rq.mapgen.FilterParser
public class FilterParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterParser
public FilterParser(String filterSpec)
parseSchemaFilter
public Filter parseSchemaFilter()
throws FilterParser.ParseException
- Throws:
FilterParser.ParseException
parseTableFilter
public Filter parseTableFilter(boolean matchParents)
throws FilterParser.ParseException
- Throws:
FilterParser.ParseException
parseColumnFilter
public Filter parseColumnFilter(boolean matchParents)
throws FilterParser.ParseException
- Throws:
FilterParser.ParseException
parse
public List<List<Filter.IdentifierMatcher>> parse()
throws FilterParser.ParseException
- Throws:
FilterParser.ParseException