| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static SimulatedState |
SimulatedState.clone(IMCMessage msg) |
static SimulatedState |
SimulatedState.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
SimulatedState |
ImcSysState.lastSimulatedState()
Retrieve the last
SimulatedState or null if no message of that type was received yet. |
SimulatedState |
ImcSysState.lastSimulatedState(java.lang.String entityName)
Retrieve the last
SimulatedState generated by the given entityName or null if no such message was received yet. |
SimulatedState |
ImcSysState.pollSimulatedState(long timeoutMillis)
Wait and retrieve the next
SimulatedState. |
SimulatedState |
ImcSysState.pollSimulatedState(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
SimulatedState generated by given entity. |