| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
FormationState.OP |
FormationState.getOp() |
static FormationState.OP |
FormationState.OP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormationState.OP[] |
FormationState.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FormationState |
FormationState.setOp(FormationState.OP op) |
| Constructor and Description |
|---|
FormationState(FormationState.TYPE type,
FormationState.OP op,
float PosSimErr,
float Converg,
float Turbulence,
FormationState.POSSIMMON PosSimMon,
FormationState.COMMMON CommMon,
FormationState.CONVERGMON ConvergMon) |