public class RELABEL extends ElementOrListStackFunction
RELABEL expects the following parameters on the stack:
1: labels A map of labels
ElementOrListStackFunction.ElementStackFunction| Constructor and Description |
|---|
RELABEL(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
ElementOrListStackFunction.ElementStackFunction |
generateFunction(WarpScriptStack stack)
Generates the function to be applied on the element(s) using the parameters on the stack.
|
applygetName, refSnapshot, setName, toStringpublic ElementOrListStackFunction.ElementStackFunction generateFunction(WarpScriptStack stack) throws WarpScriptException
ElementOrListStackFunctiongenerateFunction in class ElementOrListStackFunctionstack - The stack to be used for parameters retrieval.WarpScriptException