| xtc.xform.Function
All known Subclasses: xtc.xform.UpperCaseFunction, xtc.xform.SimilarFunction, xtc.xform.IsNullFunction, xtc.xform.SubsequenceFunction, xtc.xform.LowerCaseFunction, xtc.xform.CountFunction, xtc.xform.TestFunction, xtc.xform.SubStringFunction, xtc.xform.LinesFunction, xtc.xform.LastFunction, xtc.xform.ConcatFunction, xtc.xform.EmptyFunction,
Function | public interface Function (Code) | | The interface for external functions.
author: Joe Pamer version: $Revision: 1.12 $ |
Method Summary | |
Object | apply(List<Object> arguments) Apply the function on the specified arguments.
Parameters: arguments - The arguments. | String | getName() Get the name of the function. |
getName | String getName()(Code) | | Get the name of the function.
The name. |
|
|