|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An algorithm that can be used to compute a value based on a set of String
arguments.
Supported API: false
Extendable: false
Method Summary | |
Object |
calculate(Object[] args,
WTContainerRef container)
Execute the algorithm using the specified arguments. |
void |
validateArgs(String[] args)
Validate the arguments. |
Method Detail |
public Object calculate(Object[] args, WTContainerRef container) throws WTException
args
- the arguments for the algorithmcontainer
- the container to use for object lookups
WTException
public void validateArgs(String[] args) throws InvalidAlgorithmArgumentException
InvalidAlgorithmArgumentException
if any of the arguments are invalid.
args
- the string args from the XML
InvalidAlgorithmArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |