public class SSFdummy extends java.lang.Object implements BoolFunction
| Constructor and Description |
|---|
SSFdummy() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getName()
ServerSideFunctiongetName in interface ServerSideFunctionpublic void checkArgs(java.util.List args)
ServerSideFunctioncheckArgs in interface ServerSideFunctionargs - A list of SubClauses that the caller is considering passing
to the evaluate() method of the function.public boolean evaluate(java.util.List args)
BoolFunctionevaluate in interface BoolFunction