|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
Expression sub-interface representing a function in the prefuse expression language.
| Field Summary | |
|---|---|
static int |
VARARGS
Constant indicating a vriable argument count |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface prefuse.data.expression.Expression |
|---|
addExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visit |
| Field Detail |
|---|
static final int VARARGS
| Method Detail |
|---|
java.lang.String getName()
void addParameter(Expression e)
e - the parameter sub-expressionint getParameterCount()
VARARGS is the number is variable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||