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