Uses of Class
cz.cuni.amis.pogamut.defcon.consts.state.CarrierState

Packages that use CarrierState
cz.cuni.amis.pogamut.defcon.communication.messages.infos   
cz.cuni.amis.pogamut.defcon.consts.state   
 

Uses of CarrierState in cz.cuni.amis.pogamut.defcon.communication.messages.infos
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type CarrierState
Carrier(int id, int teamId, DefConLocation location, boolean visible, CarrierState state, int stateCount, int target, int nukeSupply, int fighterSupply, int bomberSupply, double time)
          Creates new instance of object Carrier with specific id.
 

Uses of CarrierState in cz.cuni.amis.pogamut.defcon.consts.state
 

Methods in cz.cuni.amis.pogamut.defcon.consts.state that return CarrierState
static CarrierState CarrierState.getState(int stateId)
           
static CarrierState CarrierState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CarrierState[] CarrierState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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