public class ExecutionNode extends Object
| Constructor and Description |
|---|
ExecutionNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildNode(ExecutionNode node) |
void |
addChildNodes(Collection<ExecutionNode> nodes) |
void |
execute(Object instance) |
public void addChildNode(ExecutionNode node)
public void addChildNodes(Collection<ExecutionNode> nodes)
Copyright © 2021. All rights reserved.