cz.cuni.amis.pogamut.defcon.communication.messages.infos
Class Radar
java.lang.Object
cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConObject
cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConViewableObject
cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConUnitObject<RadarState>
cz.cuni.amis.pogamut.defcon.communication.messages.infos.Radar
- All Implemented Interfaces:
- IWorldObject, ILocated, IViewable, ICompositeWorldObject
public class Radar
- extends DefConUnitObject<RadarState>
Radar from the world.
Constructor Summary |
Radar(int id,
int teamId,
DefConLocation location,
boolean visible,
RadarState state,
int stateCount,
int target,
double time)
Creates new instance of object Radar with specific id. |
Radar(Radar original)
Cloning constructor... |
Radar
public Radar(int id,
int teamId,
DefConLocation location,
boolean visible,
RadarState state,
int stateCount,
int target,
double time)
- Creates new instance of object Radar with specific id.
Radar from the world.
- Parameters:
id
- Game id of this object.teamId
- Id of this object's team.location
- Location of this object.visible
- Visibility of this object.state
- DefCon state of this unit.stateCount
- Number of activations of current state on this unit.target
- Current target of this unit.time
- Time of last update of this object (time of first spotting in this case).
Radar
public Radar(Radar original)
- Cloning constructor...
- Parameters:
original
-
toString
public String toString()
- Returns human readable serialization of the message.
- Overrides:
toString
in class Object
- Returns:
- human readable string
toHtmlString
public String toHtmlString()
- Returns message in html format.
- Returns:
- html message
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.