maslab.examples
Class SimpleRobot

java.lang.Object
  extended by maslab.examples.SimpleRobot

public class SimpleRobot
extends java.lang.Object

A simple robot implementation.


Constructor Summary
SimpleRobot()
          Create a new robot.
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRobot

public SimpleRobot()
            throws java.io.IOException
Create a new robot. This constructor throws IOException because creating the Orc or Camera objects might fail.

Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()