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

Packages that use VehicleType
cz.cuni.amis.pogamut.usar2004.agent.module.datatypes   
cz.cuni.amis.pogamut.usar2004.agent.module.master   
cz.cuni.amis.pogamut.usar2004.agent.module.state   
 

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

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return VehicleType
static VehicleType VehicleType.getType(String type)
          Used for creating instances of state message representatives.
static VehicleType VehicleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VehicleType[] VehicleType.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 VehicleType
 SuperState StateContainer.getStatesByVehicleType(VehicleType type)
          Iterates through local hashmap values and seeks match.
 

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

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master with parameters of type VehicleType
 SuperState StateMasterModule.getStatesByVehilceType(VehicleType type)
          Iterates through local hashmap values and seeks match.
 

Uses of VehicleType in cz.cuni.amis.pogamut.usar2004.agent.module.state
 

Fields in cz.cuni.amis.pogamut.usar2004.agent.module.state declared as VehicleType
static VehicleType StateNautic.type
           
static VehicleType StateLegged.type
           
static VehicleType StateGround.type
           
static VehicleType StateAerial.type
           
protected  VehicleType SuperState.vehicleType
           
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.state that return VehicleType
 VehicleType SuperState.getVehicleType()
          VehicleType is a descriptor used for creating particular instance and for getting type information about particular state subject.
 

Constructors in cz.cuni.amis.pogamut.usar2004.agent.module.state with parameters of type VehicleType
SuperState(VehicleType type)
          Ctor.
 



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