MATSIM
households
HouseholdsFactory.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* BasicHouseholdBuilder
4
* *
5
* *********************************************************************** *
6
* *
7
* copyright : (C) 2009 by the members listed in the COPYING, *
8
* LICENSE and WARRANTY file. *
9
* email : info at matsim dot org *
10
* *
11
* *********************************************************************** *
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 2 of the License, or *
16
* (at your option) any later version. *
17
* See also COPYING, LICENSE and WARRANTY file *
18
* *
19
* *********************************************************************** */
20
package
org.matsim.households;
21
22
import
org
.
matsim
.
api
.
core
.
v01
.
Id
;
23
import
org
.
matsim
.
core
.
api
.
internal
.
MatsimFactory
;
24
import
org
.
matsim
.
households
.
Income
.
IncomePeriod
;
25
30
public
interface
HouseholdsFactory
extends
MatsimFactory
{
31
32
public
Household
createHousehold
(
Id<Household>
householdId);
33
34
public
Income
createIncome
(
double
income,
IncomePeriod
period);
35
36
}
org.matsim.households.Income.IncomePeriod
Definition:
Income.java:28
org.matsim.api.core.v01.Id
Definition:
Id.java:44
org.matsim.households.Household
Definition:
Household.java:33
org
org.matsim.core.api.internal.MatsimFactory
Definition:
MatsimFactory.java:34
org.matsim.core.api.internal
Definition:
MatsimComparator.java:21
org.matsim.households.HouseholdsFactory.createHousehold
Household createHousehold(Id< Household > householdId)
org.matsim.api
org.matsim.core
org.matsim.api.core
org.matsim.households
Definition:
AbstractHouseholdsReaderV10.java:20
org.matsim.core.api
org.matsim
org.matsim.households.HouseholdsFactory.createIncome
Income createIncome(double income, IncomePeriod period)
org.matsim.households.Income
Definition:
Income.java:26
org.matsim.api.core.v01
Definition:
BasicLocation.java:20
org.matsim.households.HouseholdsFactory
Definition:
HouseholdsFactory.java:30
Generated by
1.8.13