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