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