public static class MacroDef.NestedSequential extends java.lang.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. | 
| 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 TaskContainertask - an unknown element.public java.util.List<Task> getNested()
public boolean similar(MacroDef.NestedSequential other)
other - the nested sequential to compare with.