yab.agent.object
Class World

java.lang.Object
  |
  +--yab.agent.object.RCRObject
        |
        +--yab.agent.object.VirtualObject
              |
              +--yab.agent.object.World

public class World
extends VirtualObject


Field Summary
 
Fields inherited from class yab.agent.object.RCRObject
id, object, world
 
Constructor Summary
World(int id, DisasterSpace world)
           
 
Methods inherited from class yab.agent.object.RCRObject
hashCode, produce, setProperty, setProperty, setTime, time, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

World

public World(int id,
             DisasterSpace world)