|
MATSIM
|
Public Member Functions | |
| PersonHouseholdMapping (Households hhs) | |
| void | reinitialize (Households hhs) |
| Household | getHousehold (Id< Person > personId) |
Private Attributes | |
| final Map< Id< Person >, Household > | phMap = new IdMap<>(Person.class) |
Tiny helper to get the household associated with a person's id.
Definition at line 34 of file PersonHouseholdMapping.java.
| org.matsim.households.PersonHouseholdMapping.PersonHouseholdMapping | ( | Households | hhs | ) |
Definition at line 38 of file PersonHouseholdMapping.java.
References org.matsim.households.PersonHouseholdMapping.reinitialize().

| void org.matsim.households.PersonHouseholdMapping.reinitialize | ( | Households | hhs | ) |
Definition at line 42 of file PersonHouseholdMapping.java.
References org.matsim.households.Households.getHouseholds().
Referenced by org.matsim.households.PersonHouseholdMapping.PersonHouseholdMapping().

Definition at line 52 of file PersonHouseholdMapping.java.
|
private |
Definition at line 36 of file PersonHouseholdMapping.java.
1.8.13