agentland.geo
Class Manifestation

java.lang.Object
  |
  +--agentland.geo.Manifestation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BoxManifestation

public abstract class Manifestation
extends Object
implements Serializable

This class is a description of the physical manifestation of an agent. Using this, we can model rooms and ask what agent is at a particular point, etc.

See Also:
Serialized Form

Method Summary
 AgentID getAgentID()
           
abstract  BoundingBox getBoundingBox()
          The 3D bounding box of the thing.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAgentID

public AgentID getAgentID()

getBoundingBox

public abstract BoundingBox getBoundingBox()
The 3D bounding box of the thing.

toString

public String toString()
Overrides:
toString in class Object