kaos.robots.util
Class Area

java.lang.Object
  extended by kaos.robots.util.Area
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SearchArea

public class Area
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String areaName
           
 Coordinate lowerrightBoundary
           
 Coordinate upperLeftBoundary
           
 
Constructor Summary
Area(Coordinate ulb, Coordinate lrb)
           
Area(java.lang.String name, Coordinate ulb, Coordinate lrb)
           
 
Method Summary
 Coordinate getLowerRightBoundary()
           
 java.lang.String getName()
           
 Coordinate getUpperLeftBoundary()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

areaName

public java.lang.String areaName

upperLeftBoundary

public Coordinate upperLeftBoundary

lowerrightBoundary

public Coordinate lowerrightBoundary
Constructor Detail

Area

public Area(java.lang.String name,
            Coordinate ulb,
            Coordinate lrb)

Area

public Area(Coordinate ulb,
            Coordinate lrb)
Method Detail

getName

public java.lang.String getName()

getUpperLeftBoundary

public Coordinate getUpperLeftBoundary()

getLowerRightBoundary

public Coordinate getLowerRightBoundary()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object