kaos.robots.util
Class NamedLocation

java.lang.Object
  extended by kaos.robots.util.NamedLocation

public class NamedLocation
extends java.lang.Object


Constructor Summary
NamedLocation(java.lang.String name)
           
 
Method Summary
 Coordinate getCoordinate()
           
 java.lang.String getFullName()
           
 java.lang.String getName()
           
 void setLocation(Coordinate coord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedLocation

public NamedLocation(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getFullName

public java.lang.String getFullName()

getCoordinate

public Coordinate getCoordinate()

setLocation

public void setLocation(Coordinate coord)