| Modifier and Type | Field and Description |
|---|---|
protected ConfigType |
SuperConfiguration.confType |
static ConfigType |
ConfigSensor.type |
static ConfigType |
ConfigNautic.type |
static ConfigType |
ConfigMissionPackage.type |
static ConfigType |
ConfigLegged.type |
static ConfigType |
ConfigGround.type |
static ConfigType |
ConfigEffecter.type |
static ConfigType |
ConfigAerial.type |
| Modifier and Type | Method and Description |
|---|---|
ConfigType |
SuperConfiguration.getConfigType()
ConfigType is a descriptor used for creating particular instance and for
getting type information about particular configuration subject.
|
| Constructor and Description |
|---|
SuperConfiguration(ConfigType type)
Ctor.
|
VehicleConfiguration(ConfigType type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
ConfigType.getType(String type)
For each config type it checks if type matches one of
kinds.
|
static ConfigType |
ConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigType[] |
ConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuperConfiguration> |
ConfigContainer.getConfigurationsByConfigType(ConfigType type)
Iterates through local hashmap values and seeks match.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuperConfiguration> |
ConfigMasterModule.getConfigurationsByConfigType(ConfigType type)
Note, that if type = UNKNOWN it returns all unknown
Configurations.
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.