public class ExecutionContext extends Object
| Constructor and Description |
|---|
ExecutionContext(Map<String,Node> parameters,
Node contextNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(String name,
Node value) |
boolean |
containsVariable(String variable) |
Node |
getContextNode() |
Node |
getVariable(String name) |
Copyright © 2017. All rights reserved.