public class EnvController
extends java.lang.Object
Constructor and Description |
---|
EnvController(java.lang.String confFileName,
int cols,
int rows)
Returns a new controller with access to the model, view, and robot.
|
Modifier and Type | Method and Description |
---|---|
RobotMonitor |
getMyRobot() |
void |
updateEnv()
UpdateEnv - either the arena model or robot have changed the state of
the environment, so the visualiser needs to be refreshed.
|
public EnvController(java.lang.String confFileName, int cols, int rows)
public RobotMonitor getMyRobot()
public void updateEnv()