public class ValidatedPredicate extends ColumnExpression implements Predicate, Function
| Modifier and Type | Field and Description |
|---|---|
static Predicate |
FALSE
Convenience instance for the validated == false case.
|
static Predicate |
TRUE
Convenience instance for the validated == true case.
|
m_field| Constructor and Description |
|---|
ValidatedPredicate()
Create a new ValidatedPredicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Expression e)
Add a parameter value sub-expression to this function.
|
java.lang.String |
getName()
Get the name of this function.
|
int |
getParameterCount()
Get the maximum number of parameters accepted by this Function.
|
java.lang.String |
toString() |
get, getBoolean, getColumnName, getDouble, getFloat, getInt, getLong, getTypeaddChildListeners, addExpressionListener, expressionChanged, fireExpressionChange, hasListeners, removeChildListeners, removeExpressionListener, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visitpublic static final Predicate TRUE
public static final Predicate FALSE
public java.lang.String getName()
FunctiongetName in interface FunctionFunction.getName()public void addParameter(Expression e)
FunctionaddParameter in interface Functione - the parameter sub-expressionFunction.addParameter(prefuse.data.expression.Expression)public int getParameterCount()
FunctiongetParameterCount in interface FunctionFunction.VARARGS is the number is variable.Function.getParameterCount()public java.lang.String toString()
toString in class ColumnExpressionObject.toString()