|
MATSIM
|

Public Member Functions | |
| CollectorPopulation (Population population) | |
| PopulationFactory | getFactory () |
| String | getName () |
| void | setName (String name) |
| Map< Id< Person >, ? extends Person > | getPersons () |
| void | addPerson (Person p) |
| Person | removePerson (Id< Person > personId) |
| org.matsim.utils.objectattributes.attributable.Attributes | getAttributes () |
Private Attributes | |
| final Population | population |
Definition at line 284 of file ParallelPopulationReaderMatsimV4.java.
| org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.CollectorPopulation | ( | Population | population | ) |
Definition at line 288 of file ParallelPopulationReaderMatsimV4.java.
References org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorScenario.population.
| PopulationFactory org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.getFactory | ( | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 293 of file ParallelPopulationReaderMatsimV4.java.
References org.matsim.api.core.v01.population.Population.getFactory().

| String org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.getName | ( | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 298 of file ParallelPopulationReaderMatsimV4.java.
| void org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.setName | ( | String | name | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 303 of file ParallelPopulationReaderMatsimV4.java.
| Map<Id<Person>, ? extends Person> org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.getPersons | ( | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 308 of file ParallelPopulationReaderMatsimV4.java.
| void org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.addPerson | ( | Person | p | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 313 of file ParallelPopulationReaderMatsimV4.java.
| Person org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.removePerson | ( | Id< Person > | personId | ) |
Implements org.matsim.api.core.v01.population.Population.
Definition at line 318 of file ParallelPopulationReaderMatsimV4.java.
| org.matsim.utils.objectattributes.attributable.Attributes org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.getAttributes | ( | ) |
Implements org.matsim.utils.objectattributes.attributable.Attributable.
Definition at line 323 of file ParallelPopulationReaderMatsimV4.java.
|
private |
Definition at line 286 of file ParallelPopulationReaderMatsimV4.java.
1.8.13