T - T is the class name of the kind of object that is taken as input
by an implementation of TreeModelFilter.public abstract class TreeModelFilter<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bNegation |
protected String[] |
vecKeyword |
| Constructor and Description |
|---|
TreeModelFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStringFilter(String... values) |
abstract boolean |
match(T object)
A matching function that returns true if the object complies to the
internal logic of the Filter.
|
void |
putNegation() |
protected boolean bNegation
protected String[] vecKeyword
public void putNegation()
public void addStringFilter(String... values)
public abstract boolean match(T object)
object - The object that needs to be matchesCopyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.