uk.ac.leeds.ccg.andyt.projects.genesis.society.persons
Class Male
java.lang.Object
uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Person
uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Male
public class Male
- extends Person
Fields inherited from class uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Person |
_Calendar_Birth, _Environment, _Family, _Fertility, _Household, _HouseholdHistory, _ID, _Location, _Location_Birth, _Location_Death, _MortalityProbability, _Time_Birth, _Time_Death |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Male
public Male()
Male
public Male(Environment _Environment,
java.lang.Object _ID,
Time _Time_Birth)
Male
public Male(Environment _Environment,
java.lang.Object _ID,
Time _Time_Birth,
Household _Household)
Male
public Male(Environment _Environment,
java.lang.Object _ID,
Time _Time_Birth,
Household _Household,
java.lang.Object _Location)
get_Gender
public int get_Gender()
- Specified by:
get_Gender
in class Person