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