kaos.robots.capabilities
Interface LocationNamer


public interface LocationNamer


Method Summary
 Coordinate GetNamedLocationCoordinate(java.util.HashMap properties)
           
 java.util.Iterator GetNamedLocations()
           
 void NameCurrentLocation(java.util.HashMap properties)
           
 void NameSpecifiedLocation(java.util.HashMap properties)
           
 

Method Detail

GetNamedLocations

java.util.Iterator GetNamedLocations()
                                     throws java.lang.Exception
Parameters:
HashMap - of: properties values
Returns:
void
Throws:
AbortActionException - wiith possible reasons:
java.lang.Exception

GetNamedLocationCoordinate

Coordinate GetNamedLocationCoordinate(java.util.HashMap properties)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

NameCurrentLocation

void NameCurrentLocation(java.util.HashMap properties)
                         throws java.lang.Exception
Throws:
java.lang.Exception

NameSpecifiedLocation

void NameSpecifiedLocation(java.util.HashMap properties)
                           throws java.lang.Exception
Throws:
java.lang.Exception