Uses of Class
cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConObject

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

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

Subclasses of DefConObject in cz.cuni.amis.pogamut.defcon.communication.messages.infos
 class AirBase
          Airbase from the world.
 class Battleship
          BattleShip unit from the world.
 class Bomber
          Bomber unit from the world.
 class Carrier
          Carrier unit from the world.
 class City
          A city from the world.
 class DefConUnitObject<T extends IState>
          DOCUMENT ME!
 class DefConViewableObject
          Viewable version of the DefConObject - implements IViewable providing a way to tell whether the object is visible on the map.
 class Explosion
          Explosion object from the world.
 class Fighter
          Fighter unit from the world.
 class Fleet
          Fleet object from the world.
 class Gunshot
          Gunshot object from the world.
 class InvalidObject
          Invalid object from the world.
 class Nuke
          Nuke from the world.
 class QueueItem
          WTF object from the world.
 class Radar
          Radar from the world.
 class Saucer
          Saucer object from the world.
 class Silo
          Silo unit from the world.
 class Sub
          Submarine object from the world.
 class Tornado
          Tornado object from the world.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.infos that return DefConObject
 DefConObject DefConObjectUpdate.getSource()
          Returns source of the updates.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type DefConObject
DefConObject(DefConObject original)
          Creates a new DefConObject object.
DefConObjectUpdate(DefConObject source)
          Creates new object update with 'source' as object that contains updates.
 

Uses of DefConObject in cz.cuni.amis.pogamut.defcon.consts
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return DefConObject
static DefConObject UnitType.getInstanceOfUnitTypeFromUnitData(JBot.UnitData data, double time)
          Factory styled method, which provides you with an appropriate instance of unit object based on the given UnitData data.
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return types with arguments of type DefConObject
 Class<? extends DefConObject> UnitType.getClassOfUnitType()
          Provides mapping from UnitType to DefConObject class
static Class<? extends DefConObject> UnitType.getClassOfUnitType(UnitType data)
          Provides mapping from UnitType to DefConObject class
 



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