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.


Variable Index

 o brain
 o mapView
 o onTheMap
 o realBrain
 o resultOfLastAction
 o robot

Constructor Index

 o Contestant(Robot, AsynchronousBrainInterface, RobotInfo, Map)

Variables

 o robot
 public Robot robot
 o brain
 public AsynchronousBrainInterface brain
 o mapView
 public ReadOnlyMap mapView
 o realBrain
 public RobotBrain realBrain
 o onTheMap
 public boolean onTheMap
 o resultOfLastAction
 public Feedback resultOfLastAction

Constructors

 o Contestant
 public Contestant(Robot newR,
                   AsynchronousBrainInterface newB,
                   RobotInfo info,
                   Map map)

All Packages  Class Hierarchy  This Package  Previous  Next  Index