uk.ac.leeds.sog.moses.agent
Class HRP

java.lang.Object
  extended by uk.ac.leeds.sog.moses.agent.Person
      extended by uk.ac.leeds.sog.moses.agent.HRP
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class HRP
extends Person

See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.leeds.sog.moses.agent.Person
i_age, i_career, i_deathStatus, i_fitness, i_formalCare, i_gender, i_hasChildDependent, i_health, i_householdID, i_householdSize, i_hrpStatus, i_id, i_indSARRecID, i_intIllness, i_location, i_maritalStatus, i_numAdultDependent, i_numChildDependent, i_numElderly, i_numElderlyDependent, i_oLocation, i_pid, i_socialClass, i_wLocation
 
Constructor Summary
HRP(int id)
           
 
Method Summary
 Person getHrp()
           
 void step()
           
 java.lang.String toString()
           
 
Methods inherited from class uk.ac.leeds.sog.moses.agent.Person
addAge, addRole, compareTo, getAge, getCarer, getChildDependentFlag, getDeathStatus, getFitness, getFormalCare, getGender, getHealth, getHouseholdSize, getHouseID, getHrpStatus, getId, getIndSARRecID, getIntIllness, getLocation, getMaritalStatus, getNumAdultDependent, getNumChildDependent, getNumElderly, getNumElderlyDependent, getOLocation, getPid, getRoleHistory, getSocialClass, getWLocation, setAge, setCarer, setChildDependentFlag, setDeathStatus, setFitness, setFormalCare, setGender, setHealth, setHouseholdSize, setHouseID, setHrpStatus, setId, setIndSARRecID, setIntIllness, setLocation, setMaritalStatus, setNumAdultDependent, setNumChildDependent, setNumElderly, setNumElderlyDependent, setOLocation, setPid, setSocialClass, setWLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HRP

public HRP(int id)
Method Detail

getHrp

public Person getHrp()

step

public void step()
Specified by:
step in class Person

toString

public java.lang.String toString()
Overrides:
toString in class Person