|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface for functions contained by function tokens.
| Method Summary | |
Token |
apply(Token[] arguments)
Apply the function to the list of arguments, which are tokens. |
int |
getNumberOfArguments()
Return the number of arguments of the function. |
boolean |
isCongruent(Function function)
Return true if this function is congruent to the given function. |
java.lang.String |
toString()
Return a string representation. |
| Method Detail |
public Token apply(Token[] arguments) throws IllegalActionException
arguments - The list of arguments.
IllegalActionException - If thrown during evaluating
the function.public int getNumberOfArguments()
public boolean isCongruent(Function function)
function - The function to check congruency against.
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||