public interface ServerSideFunction
Modifier and Type | Method and Description |
---|---|
void |
checkArgs(java.util.List args)
Checks that the arguments given are acceptable arguments for this
function.
|
java.lang.String |
getName()
Returns the name of the server-side function, as it will appear in
constraint expressions.
|
java.lang.String getName()
void checkArgs(java.util.List args) throws InvalidParameterException
args
- A list of SubClauses that the caller is considering passing
to the evaluate() method of the function.InvalidParameterException
- Thrown if the function will not
evaluate successfully using these arguments.