public abstract class AbstractPredicate extends AbstractExpression implements Predicate
| Constructor and Description |
|---|
AbstractPredicate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(Tuple t)
Returns the wrapper Object type for the result of
Expression.getBoolean(Tuple). |
java.lang.Class |
getType(Schema s)
Returns boolean.class.
|
addChildListeners, addExpressionListener, expressionChanged, fireExpressionChange, getBoolean, getDouble, getFloat, getInt, getLong, hasListeners, removeChildListeners, removeExpressionListener, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExpressionListener, getBoolean, getDouble, getFloat, getInt, getLong, removeExpressionListener, visitpublic java.lang.Class getType(Schema s)
getType in interface ExpressionExpression.getType(prefuse.data.Schema)public java.lang.Object get(Tuple t)
Expression.getBoolean(Tuple).get in interface Expressionget in class AbstractExpressiont - the input TupleExpression.get(prefuse.data.Tuple)