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