|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerSideFunction
Represents common interface of all server-side functions (SSF). Implementing this interface is not sufficient to create a working SSF. SSF's must implement (at least) one of the subinterfaces BoolFunction and BTFunction.
Method Summary | |
---|---|
void |
checkArgs(List args)
Checks that the arguments given are acceptable arguments for this function. |
String |
getName()
Returns the name of the server-side function, as it will appear in constraint expressions. |
Method Detail |
---|
String getName()
void checkArgs(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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |