| |
|
| java.lang.Object xtc.xform.SubsequenceFunction
SubsequenceFunction | class SubsequenceFunction implements Function(Code) | | Subsequence external method class.
version: $Revision: 1.8 $ |
apply | public Object apply(List<Object> args)(Code) | | return items in the range specified by arg(1) and args(2)
Parameters: args - The sequence and the start and end index The items in the index range specifed |
getName | public String getName()(Code) | | Get the name of the function.
The function name |
|
|
|