Uses of Class
cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.ConfigType

Packages that use ConfigType
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 ConfigType in cz.cuni.amis.pogamut.usar2004.agent.module.configuration
 

Fields in cz.cuni.amis.pogamut.usar2004.agent.module.configuration declared as ConfigType
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
           
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.configuration that return ConfigType
 ConfigType SuperConfiguration.getConfigType()
          ConfigType is a descriptor used for creating particular instance and for getting type information about particular configuration subject.
 

Constructors in cz.cuni.amis.pogamut.usar2004.agent.module.configuration with parameters of type ConfigType
SuperConfiguration(ConfigType type)
          Ctor.
VehicleConfiguration(ConfigType type)
          Ctor.
 

Uses of ConfigType in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return ConfigType
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.
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes with parameters of type ConfigType
 List<SuperConfiguration> ConfigContainer.getConfigurationsByConfigType(ConfigType type)
          Iterates through local hashmap values and seeks match.
 

Uses of ConfigType in cz.cuni.amis.pogamut.usar2004.agent.module.master
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master with parameters of type ConfigType
 List<SuperConfiguration> ConfigMasterModule.getConfigurationsByConfigType(ConfigType type)
          Note, that if type = UNKNOWN it returns all unknown Configurations.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.