Uses of Class
units.Couple

Packages that use Couple
display   
units   
 

Uses of Couple in display
 

Fields in display with type parameters of type Couple
private  java.util.ArrayList<Couple> Model.partnersList
          List of unmarried couples
 

Methods in display that return Couple
 Couple Model.getPregnancyCouple(Agent female)
          Returns the couple for the female that gets pregnant at this step.
 Couple Model.makePartners(Agent male, Agent female)
          Makes a unmarried couple for the male and the female agent
 Couple Model.returnBirthCouple(Agent female)
          Returns the female which will give birth
 

Methods in display that return types with arguments of type Couple
 java.util.ArrayList<Couple> Model.getPartnersList()
           
 

Methods in display with parameters of type Couple
 void Model.childBornToCouple(Couple couple)
          Using child birth rate, infant mortality rate, and maternal mortality rate for child birth
 void Model.createNewHouse(Couple couple)
          Creates a new house for a couple/nuclear family
 void Model.marriage(Couple couple)
          Marriage means the female in the couple moves to the male's house and the lobola is paid.
 boolean Model.newHousePossible(Household household, Couple couple)
          Checks if a new house needs and can be created or not
 void Model.removeCouple(Couple couple)
          Removes the unmarried couple.
 

Uses of Couple in units
 

Fields in units with type parameters of type Couple
private  java.util.ArrayList<Couple> Household.coupleList
          List of married couples in the household
 

Methods in units that return types with arguments of type Couple
 java.util.ArrayList<Couple> Household.getCoupleList()
          Get the couples list
 

Methods in units with parameters of type Couple
 void Household.addCouple(Couple couple)
          Add couple to this household
 void Household.removeCouple(Couple couple)
          Remove couple from this household
 

Method parameters in units with type arguments of type Couple
 void Household.setCoupleList(java.util.ArrayList<Couple> coupleList)
          Set the couples list