yab.agent.object
Class Refuge

java.lang.Object
  |
  +--yab.agent.object.RCRObject
        |
        +--yab.agent.object.RealObject
              |
              +--yab.agent.object.MotionlessObject
                    |
                    +--yab.agent.object.PointObject
                          |
                          +--yab.agent.object.Building
                                |
                                +--yab.agent.object.Refuge

public class Refuge
extends Building


Field Summary
 
Fields inherited from class yab.agent.object.RCRObject
id, object, world
 
Constructor Summary
Refuge(int id, DisasterSpace world)
           
 
Methods inherited from class yab.agent.object.Building
buildingAreaGround, buildingAreaTotal, buildingCode, burningTime, entrance, fieryness, floors, isBurning, isPutOut, isUnburned, neighborhood, setProperty
 
Methods inherited from class yab.agent.object.PointObject
x, y
 
Methods inherited from class yab.agent.object.MotionlessObject
motionlessPosition
 
Methods inherited from class yab.agent.object.RealObject
direction, distance, hasBeenSeen
 
Methods inherited from class yab.agent.object.RCRObject
hashCode, produce, setProperty, setTime, time, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Refuge

public Refuge(int id,
              DisasterSpace world)