| Package | Description |
|---|---|
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private Collection<SequenceTask> |
LoopingSequencer.task
The collection of tasks belonging to the current step
|
private Collection<SequenceTask> |
SequenceStep.tasks
The collections of task belonging to this step.
|
| Modifier and Type | Method and Description |
|---|---|
private static Collection<SequenceTask> |
LoopingSequencer.getAllTasks(List<SequenceStep> dom)
Returns all tasks in this sequence as a collection.
|
Collection<SequenceTask> |
SequenceStep.getTasks()
Returns the collection of all task in this step.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
LoopingSequencer.broadcast(SequenceTask todo)
This method is called when status/error messages should be broadcasted to
the error handler and the parameter cluster.
|
private boolean |
LoopingSequencer.sendCommands(SequenceTask todo,
Map<String,Object> loop)
Sends the commands.
|
| Modifier and Type | Method and Description |
|---|---|
private Map<String,Boolean> |
LoopingSequencer.createTaskTriggers(Collection<SequenceTask> alltask)
Scans the
DOMSequence for all task references. |
private void |
LoopingSequencer.updateReplies(Collection<SequenceTask> parallel)
Parses boolean expression for all variable names.
|