| Package | Description |
|---|---|
| org.lsst.ccs.drivers.reb.sim |
| Modifier and Type | Method and Description |
|---|---|
SequencerSimulation.State |
SequencerSimulation.getState()
Get the current state of the simulator.
|
SequencerSimulation.State |
SequencerSimulation.FinalState.getStateAtEnd()
Sequencer state at the end of execution.
|
static SequencerSimulation.State |
SequencerSimulation.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequencerSimulation.State[] |
SequencerSimulation.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SequencerSimulation.StateListener.stateChanged(SequencerSimulation.State oldState,
SequencerSimulation.State newState)
Called whenever the state of the sequencer changes
|
Copyright © 2016 LSST. All rights reserved.