|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Person | |
---|---|
uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations | |
uk.ac.leeds.ccg.andyt.projects.genesis.society.persons |
Uses of Person in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations |
---|
Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations that return Person | |
---|---|
Person |
Family.get_NextOfKin()
|
Person |
Family.get_Spouse()
|
Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations with parameters of type Person | |
---|---|
void |
Family._Add_Guardian(Person _Guardian)
After an individuals family is initilised, a guardian may be added during simulation. |
void |
Family._Add_Parent(Person _Parent)
Parents are not necessarily guardians. |
void |
Household._Add_Person(Person _Person)
|
void |
Family._Add_Sibling(Person _Sibling)
Once a sibling, always a sibling. |
void |
Family._Add_Spouse(Person _Spouse)
|
void |
Family._Remove_Guardian(Person _Guardian)
A guardian may be removed during simulation. |
void |
Household._Remove_Person(Person _Person)
|
void |
Family._Remove_Spouse(Person _Spouse)
This is like divorce, but that could be more complicated? |
void |
Family.set_NextOfKin(Person _NextOfKin)
|
void |
Family.set_Spouse(Person _Spouse)
|
Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations with parameters of type Person | |
---|---|
Family(Person _Person)
|
Uses of Person in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons |
---|
Subclasses of Person in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons | |
---|---|
class |
Female
|
class |
Male
|
Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons that return Person | |
---|---|
Person |
Female._Gives_Birth()
This resets _DueDate creates and returns a new Male or Female Person. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |