All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.Contestant
java.lang.Object
|
+----ch.jp.robwar.Contestant
- public class Contestant
- extends Object
This class is a data structure used by the Simulator class.
-
brain
-
-
mapView
-
-
onTheMap
-
-
realBrain
-
-
resultOfLastAction
-
-
robot
-
-
Contestant(Robot, AsynchronousBrainInterface, RobotInfo, Map)
-
robot
public Robot robot
brain
public AsynchronousBrainInterface brain
mapView
public ReadOnlyMap mapView
realBrain
public RobotBrain realBrain
onTheMap
public boolean onTheMap
resultOfLastAction
public Feedback resultOfLastAction
Contestant
public Contestant(Robot newR,
AsynchronousBrainInterface newB,
RobotInfo info,
Map map)
All Packages Class Hierarchy This Package Previous Next Index