Uses of Class
org.nak.cleaning.VirtualRobot.BatteryEmptyException

Packages that use VirtualRobot.BatteryEmptyException
org.nak.cleaning   
 

Uses of VirtualRobot.BatteryEmptyException in org.nak.cleaning
 

Methods in org.nak.cleaning that throw VirtualRobot.BatteryEmptyException
 java.awt.Point VirtualRobot.find(java.lang.String elemType)
          Robot finds the nearest object which type is specified as an argument.
 boolean VirtualRobot.isFinished()
          Returns whether dust items remain in the field.
 int VirtualRobot.moveNext(Direction d)
          Moves to next point (This action consumes power.)
 boolean VirtualRobot.pickUp()
          Robot picks up the object at the current place for cleaning
 boolean VirtualRobot.sweep()
          Robot sweeps at the current place.
 boolean VirtualRobot.wipe()
          Robot wipes at the current place for cleaning.