| Package | Description | 
|---|---|
| agi.foundation.platforms.advanced | 
 Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DisplayConditionType | 
DisplayConditionType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static DisplayConditionType | 
DisplayConditionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static DisplayConditionType | 
DisplayConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DisplayConditionType[] | 
DisplayConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
DisplayParametersHelper(DisplayParameters displayParameters,
                       EvaluatorGroup group,
                       DisplayConditionType type)
Creates a new instances using the provided  
DisplayParameters and EvaluatorGroup. |