|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.servers.test.SSFdummy
Constructor Summary | |
SSFdummy()
|
Method Summary | |
void |
checkArgs(java.util.List args)
Checks that the arguments given are acceptable arguments for this function. |
boolean |
evaluate(java.util.List args)
Evaluates the function using the argument list given. |
java.lang.String |
getName()
Returns the name of the server-side function, as it will appear in constraint expressions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSFdummy()
Method Detail |
public java.lang.String getName()
ServerSideFunction
getName
in interface ServerSideFunction
public void checkArgs(java.util.List args)
ServerSideFunction
checkArgs
in interface ServerSideFunction
args
- A list of SubClauses that the caller is considering passing
to the evaluate() method of the function.
public boolean evaluate(java.util.List args)
BoolFunction
evaluate
in interface BoolFunction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |