1 package org.matsim.households;
10 return household.getAttributes().getAttribute( key );
13 public static <F extends Household & Attributable>
void putHouseholdAttribute(F household, String key, Object value ) {
14 household.getAttributes().putAttribute( key, value ) ;
18 return household.getAttributes().removeAttribute( key );
static< F extends Household &Attributable > Object getHouseholdAttribute(F household, String key)
static< F extends Household &Attributable > void putHouseholdAttribute(F household, String key, Object value)
static< F extends Household &Attributable > Object removeHouseholdAttribute(F household, String key)