cz.cuni.amis.pogamut.defcon.consts.state
Interface IState

Package class diagram package IState
All Known Implementing Classes:
AirBaseState, BattleshipState, BomberState, CarrierState, FighterState, NukeState, RadarState, SiloState, SubState

public interface IState

Interface for all states of ground/naval/air units (e.g. AirBaseState, RadarState, etc.)

Author:
Jimmy

Method Summary
 Enum<? extends IState> getEnum()
           
 int getStateId()
          Returns state of id.
 

Method Detail

getStateId

int getStateId()
Returns state of id.

Returns:

getEnum

Enum<? extends IState> getEnum()


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