| Modifier and Type | Method and Description |
|---|---|
RaftInternalState |
RaftInternalState.clear(RaftSim r) |
RaftInternalState |
RaftInternalState.discardRows(RaftSim r) |
RaftInternalState |
RaftInternalState.integrate(RaftSim r) |
RaftInternalState |
RaftInternalState.readout(RaftSim r) |
static RaftInternalState |
RaftInternalState.scheduled(RaftSim r,
RaftInternalState from,
RaftInternalState to) |
static RaftInternalState |
RaftInternalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftInternalState[] |
RaftInternalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<RaftInternalState> |
RaftSim.scheduleTransition(Duration delay,
RaftInternalState to) |
ScheduledFuture<RaftInternalState> |
RaftInternalState.scheduleTransition(RaftSim r,
Duration delay,
RaftInternalState to) |
| Modifier and Type | Method and Description |
|---|---|
static RaftInternalState |
RaftInternalState.scheduled(RaftSim r,
RaftInternalState from,
RaftInternalState to) |
ScheduledFuture<RaftInternalState> |
RaftSim.scheduleTransition(Duration delay,
RaftInternalState to) |
ScheduledFuture<RaftInternalState> |
RaftInternalState.scheduleTransition(RaftSim r,
Duration delay,
RaftInternalState to) |
void |
RaftSim.setState(RaftInternalState s) |
Copyright © 2018 LSST. All rights reserved.