kaos.robots.capabilities
Interface VehicleInspection

All Known Implementing Classes:
Tbot

public interface VehicleInspection


Method Summary
 void InspectLicensePlate(java.util.HashMap properties)
          InspectLicensePlate
 void InspectVIN(java.util.HashMap properties)
          InspectVIN
 void LookInsideCar(java.util.HashMap properties)
          LookInsideCar
 void Move(java.util.HashMap properties)
          MoveTo
 

Method Detail

Move

void Move(java.util.HashMap properties)
          throws java.lang.Exception
MoveTo

Parameters:
HashMap - of: properties values hasDestination String item
Throws:
AbortActionException - with possible reasons:
java.lang.Exception

InspectLicensePlate

void InspectLicensePlate(java.util.HashMap properties)
                         throws java.lang.Exception
InspectLicensePlate

Parameters:
HashMap - of: properties values hasDestination String car id
Throws:
AbortActionException - with possible reasons:
java.lang.Exception

InspectVIN

void InspectVIN(java.util.HashMap properties)
                throws java.lang.Exception
InspectVIN

Parameters:
HashMap - of: properties values hasDestination String car id
Throws:
AbortActionException - with possible reasons:
java.lang.Exception

LookInsideCar

void LookInsideCar(java.util.HashMap properties)
                   throws java.lang.Exception
LookInsideCar

Parameters:
HashMap - of: properties values hasDestination String car id
Throws:
AbortActionException - with possible reasons:
java.lang.Exception