uk.ac.leeds.ccg.andyt.projects.genesis.society.places
Class Place

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.places.Place
Direct Known Subclasses:
CommunityHall, Factory, Farm, Hospital, PlayGround, PoliceStation, Residence, School, Settlement, Shop, Social, State

public abstract class Place
extends java.lang.Object


Field Summary
 GENESIS_Person[] _People
           
 Place[] _Places
           
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D
           
 
Constructor Summary
Place()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Point2D

public uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D

_Places

public Place[] _Places

_People

public GENESIS_Person[] _People
Constructor Detail

Place

public Place()