|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
de.fuberlin.wiwiss.d2rq | D2RQ's public API, including the Jena-compatible Model implementation. |
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 in de.fuberlin.wiwiss.d2rq |
---|
Methods in de.fuberlin.wiwiss.d2rq with parameters of type Filter | |
---|---|
void |
SystemLoader.setFilter(Filter filter)
|
Uses of Filter in de.fuberlin.wiwiss.d2rq.mapgen |
---|
Subclasses of Filter in de.fuberlin.wiwiss.d2rq.mapgen | |
---|---|
class |
FilterIncludeExclude
|
class |
FilterMatchAny
|
class |
FilterMatchColumn
|
class |
FilterMatchSchema
|
class |
FilterMatchTable
|
Fields in de.fuberlin.wiwiss.d2rq.mapgen declared as Filter | |
---|---|
static Filter |
Filter.ALL
|
static Filter |
Filter.NOTHING
|
Methods in de.fuberlin.wiwiss.d2rq.mapgen that return Filter | |
---|---|
static Filter |
FilterMatchAny.create(Collection<Filter> elements)
|
Filter |
FilterParser.parseColumnFilter(boolean matchParents)
|
Filter |
FilterParser.parseSchemaFilter()
|
Filter |
FilterParser.parseTableFilter(boolean matchParents)
|
Methods in de.fuberlin.wiwiss.d2rq.mapgen with parameters of type Filter | |
---|---|
void |
MappingGenerator.setFilter(Filter filter)
|
Method parameters in de.fuberlin.wiwiss.d2rq.mapgen with type arguments of type Filter | |
---|---|
static Filter |
FilterMatchAny.create(Collection<Filter> elements)
|
Constructors in de.fuberlin.wiwiss.d2rq.mapgen with parameters of type Filter | |
---|---|
FilterIncludeExclude(Filter include,
Filter exclude)
|
Constructor parameters in de.fuberlin.wiwiss.d2rq.mapgen with type arguments of type Filter | |
---|---|
FilterMatchAny(Collection<Filter> elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |