|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.expression.AbstractExpression de.postfuse.ui.filter.GFilter de.postfuse.ui.filter.GListFilter de.postfuse.ui.filter.OrFilter
public class OrFilter
Constructor Summary | |
---|---|
OrFilter(Filter f1,
Filter f2)
|
Method Summary | |
---|---|
boolean |
getBoolean(prefuse.data.Tuple t)
|
String |
getGeneratedName()
|
Methods inherited from class de.postfuse.ui.filter.GListFilter |
---|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from class de.postfuse.ui.filter.GFilter |
---|
get, getName, getType, setName |
Methods inherited from class prefuse.data.expression.AbstractExpression |
---|
addExpressionListener, expressionChanged, getDouble, getFloat, getInt, getLong, removeExpressionListener, visit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Methods inherited from interface prefuse.data.expression.Expression |
---|
addExpressionListener, getDouble, getFloat, getInt, getLong, removeExpressionListener, visit |
Constructor Detail |
---|
public OrFilter(Filter f1, Filter f2)
Method Detail |
---|
public boolean getBoolean(prefuse.data.Tuple t)
getBoolean
in interface Filter
getBoolean
in interface prefuse.data.expression.Expression
getBoolean
in class GListFilter
public String getGeneratedName()
getGeneratedName
in class GListFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |