|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuperConfiguration | |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.configuration | |
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master | |
| Uses of SuperConfiguration in cz.cuni.amis.pogamut.usar2004.agent.module.configuration |
|---|
| Subclasses of SuperConfiguration in cz.cuni.amis.pogamut.usar2004.agent.module.configuration | |
|---|---|
class |
ConfigAerial
Configuration message representative for Aerial vehicle. |
class |
ConfigEffecter
Configuration message representative for Effecters. |
class |
ConfigGround
Configuration message representative for Ground vehicles. |
class |
ConfigLegged
Configuration message representative for Legged robots. |
class |
ConfigMissionPackage
Configuration message representative for Mission packages. |
class |
ConfigNautic
Configuration message representative for Nautic vehicles. |
class |
ConfigSensor
Configuration message representative for Sensors. |
class |
VehicleConfiguration
Configuration for Vehicles - Ground, Aerial, Legged and Nautic share properties present here. |
| Uses of SuperConfiguration in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return SuperConfiguration | |
|---|---|
SuperConfiguration |
ConfigContainer.getConfigurationByTypeName(String type,
String name)
Gets configuration message representatives from local hashmap specified by type and by name. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return types with arguments of type SuperConfiguration | |
|---|---|
List<SuperConfiguration> |
ConfigContainer.getConfigurationsByClass(Class c)
Adds every object that can be casted to initial class to the output list. |
List<SuperConfiguration> |
ConfigContainer.getConfigurationsByConfigType(ConfigType type)
Iterates through local hashmap values and seeks match. |
List<SuperConfiguration> |
ConfigContainer.getConfigurationsByType(String type)
Gets configuration message representatives from local hashmap. |
| Uses of SuperConfiguration in cz.cuni.amis.pogamut.usar2004.agent.module.master |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master that return SuperConfiguration | |
|---|---|
protected SuperConfiguration |
ConfigMasterModule.createNewSensor(ConfigurationMessage message)
Asks ConfigType enum if it knows ConfigType represented by string type. |
static SuperConfiguration |
ModuleInstanceProvider.getConfigInstanceByType(String type)
Asks ConfigType enum if it knows ConfigType represented by string type. |
SuperConfiguration |
ConfigMasterModule.getConfigurationByTypeName(String type,
String name)
Gets configuration message representatives from local hashmap specified by type and by name. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master that return types with arguments of type SuperConfiguration | |
|---|---|
List<SuperConfiguration> |
ConfigMasterModule.getConfigurationsByClass(Class clazz)
Adds every object that can be casted to initial class to the output list. |
List<SuperConfiguration> |
ConfigMasterModule.getConfigurationsByConfigType(ConfigType type)
Note, that if type = UNKNOWN it returns all unknown Configurations. |
List<SuperConfiguration> |
ConfigMasterModule.getConfigurationsByType(String type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||