uk.ac.leeds.ccg.andyt.projects.genesis.society.persons
Class Male

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Person
      extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Male

public class Male
extends Person


Field Summary
 
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
 
Constructor Summary
Male()
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth)
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household)
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household, java.lang.Object _Location)
           
 
Method Summary
 int get_Gender()
           
 
Methods inherited from class uk.ac.leeds.ccg.andyt.projects.genesis.society.persons.Person
get_Age_double, get_Age_double, get_Age_double, get_AgeInYears_int, get_AgeInYears_int, get_AgeInYears_int, print_Age, print_Age, set_Time_Death, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

get_Gender

public int get_Gender()
Specified by:
get_Gender in class Person