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

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

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

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

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

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



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