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
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