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

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

public class Household
extends Organisation

See Also:
Serialized Form

Field Summary
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D
          Stores the current location of the Household
 
Fields inherited from class uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations.Organisation
_People, _Places
 
Constructor Summary
Household()
           
Household(java.util.HashSet _People)
           
Household(java.util.HashSet _People, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
Household(uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
 
Method Summary
 void _Add_Person(GENESIS_Person _Person)
           
 void _Init_Resource()
           
 void _Remove_Person(GENESIS_Person _Person)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_Point2D

public uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D
Stores the current location of the Household

Constructor Detail

Household

public Household()

Household

public Household(java.util.HashSet _People)

Household

public Household(uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)

Household

public Household(java.util.HashSet _People,
                 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
Method Detail

_Init_Resource

public void _Init_Resource()

_Add_Person

public void _Add_Person(GENESIS_Person _Person)

_Remove_Person

public void _Remove_Person(GENESIS_Person _Person)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
description of this.