Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
Modifier and Type | Field and Description |
---|---|
CmdLogicBoard.ClbState |
CmdLogicBoard.ClbEvent.source |
CmdLogicBoard.ClbState |
CmdLogicBoard.ClbSysState.state |
CmdLogicBoard.ClbState |
CmdLogicBoard.ClbEvent.target |
Modifier and Type | Method and Description |
---|---|
static CmdLogicBoard.ClbState |
CmdLogicBoard.ClbState.byID(int id) |
static CmdLogicBoard.ClbState |
CmdLogicBoard.ClbState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmdLogicBoard.ClbState[] |
CmdLogicBoard.ClbState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CmdLogicBoard.ClbEvent> |
CmdLogicBoard.ClbEvent.bySourceState(CmdLogicBoard.ClbState source) |
static CmdLogicBoard.ClbEvent |
CmdLogicBoard.ClbEvent.findTransition(CmdLogicBoard.ClbState source,
CmdLogicBoard.ClbState target) |
static boolean |
CmdLogicBoard.ClbEvent.isTransition(CmdLogicBoard.ClbState source,
CmdLogicBoard.ClbState target) |