public static class MacroDef.NestedSequential extends Object implements TaskContainer
| Constructor and Description |
|---|
NestedSequential() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(Task task)
Add a task or type to the container.
|
List<Task> |
getNested() |
boolean |
similar(MacroDef.NestedSequential other)
A compare function to compare this with another
NestedSequential.
|
public void addTask(Task task)
addTask in interface TaskContainertask - an unknown element.public boolean similar(MacroDef.NestedSequential other)
other - the nested sequential to compare with.