kaos.robots.capabilities.impl
Class PatrolImpl

java.lang.Object
  extended by kaos.robots.capabilities.impl.PatrolImpl
All Implemented Interfaces:
GaragePatrol

public class PatrolImpl
extends java.lang.Object
implements GaragePatrol


Constructor Summary
PatrolImpl(ExecutionManager robot)
           
 
Method Summary
 void Patrol()
           
 void Patrol(java.util.HashMap properties)
          Patrol
 void PatrolLevel(java.util.HashMap properties)
          PatrolLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatrolImpl

public PatrolImpl(ExecutionManager robot)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

PatrolLevel

public void PatrolLevel(java.util.HashMap properties)
Description copied from interface: GaragePatrol
PatrolLevel

Specified by:
PatrolLevel in interface GaragePatrol

Patrol

public void Patrol(java.util.HashMap properties)
Description copied from interface: GaragePatrol
Patrol

Specified by:
Patrol in interface GaragePatrol

Patrol

public void Patrol()