uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations
Class Organisation

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations.Organisation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Household

public abstract class Organisation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.HashSet _People
           
 java.util.HashSet _Places
           
 
Constructor Summary
Organisation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_People

public java.util.HashSet _People

_Places

public java.util.HashSet _Places
Constructor Detail

Organisation

public Organisation()