TaskContainer
public static class MacroDef.NestedSequential extends java.lang.Object implements TaskContainer
Constructor | Description |
---|---|
NestedSequential() |
Modifier and Type | Method | Description |
---|---|---|
void |
addTask(Task task) |
Add a task or type to the container.
|
java.util.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 TaskContainer
task
- an unknown element.public java.util.List<Task> getNested()
public boolean similar(MacroDef.NestedSequential other)
other
- the nested sequential to compare with.