| Package | Description |
|---|---|
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private SequenceStep |
LoopingSequencer.step
The current active step.
|
| Modifier and Type | Field and Description |
|---|---|
private List<SequenceStep> |
LoopingSequencer.dom
The
SequenceList helper object. |
private ListIterator<SequenceStep> |
LoopingSequencer.pointer
The list iterator to pass through the sequence.
|
private Sequencing<SequenceStep> |
SequenceErrorFinalizer.ErrorDistributor.sequencer
The sequencer whose steps are to be changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoopingSequencer.abort(List<SequenceStep> abort)
Aborts current task and sequence.
|
void |
LoopingSequencer.append(List<SequenceStep> append)
Appends the sequencing step found in the target file at the end of the
current sequence.
|
private static Collection<SequenceTask> |
LoopingSequencer.getAllTasks(List<SequenceStep> dom)
Returns all tasks in this sequence as a collection.
|
private void |
LoopingSequencer.insert(int index,
int start,
List<SequenceStep> insert)
Inserts the sequence dom stored in the argument file at the given
position.
|
void |
LoopingSequencer.load(List<SequenceStep> xml)
Loads a sequencer file.
|
void |
LoopingSequencer.prepend(List<SequenceStep> prep)
Prepends the sequncing step found in the target file at the start of the
current sequence.For expansion of comand version, see
LoopingSequencer.insert(int, int, java.util.List<stella.xml.SequenceStep>). |
protected boolean |
SequenceErrorFinalizer.startRecovery(URL xml,
String type,
Sequencing<SequenceStep> seq)
Starts the sequence-updating thread.
|
| Constructor and Description |
|---|
ErrorDistributor(URL seq,
String how,
Sequencing<SequenceStep> oldstep)
Constructs a new error distributor.
|