MATSIM
Public Member Functions | Private Attributes | List of all members
org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation Class Reference
Inheritance diagram for org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation:
Inheritance graph
[legend]

Public Member Functions

 CollectorPopulation (Population population)
 
PopulationFactory getFactory ()
 
String getName ()
 
void setName (String name)
 
Map< Id< Person >, ? extends PersongetPersons ()
 
void addPerson (Person p)
 
Person removePerson (Id< Person > personId)
 
org.matsim.utils.objectattributes.attributable.Attributes getAttributes ()
 

Private Attributes

final Population population
 

Detailed Description

Definition at line 284 of file ParallelPopulationReaderMatsimV4.java.

Constructor & Destructor Documentation

◆ CollectorPopulation()

org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.CollectorPopulation ( Population  population)

Member Function Documentation

◆ getFactory()

PopulationFactory org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.getFactory ( )

◆ getName()

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.

298  {
299  throw new RuntimeException("Calls to this method are not expected to happen...");
300  }

◆ setName()

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.

303  {
304  throw new RuntimeException("Calls to this method are not expected to happen...");
305  }

◆ getPersons()

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.

308  {
309  throw new RuntimeException("Calls to this method are not expected to happen...");
310  }

◆ addPerson()

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.

313  {
314  throw new RuntimeException("Calls to this method are not expected to happen...");
315  }

◆ removePerson()

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.

318  {
319  throw new RuntimeException("not implemented") ;
320  }

◆ getAttributes()

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.

323  {
324  throw new RuntimeException("Calls to this method are not expected to happen...");
325  }

Member Data Documentation

◆ population

final Population org.matsim.core.population.io.ParallelPopulationReaderMatsimV4.CollectorPopulation.population
private

Definition at line 286 of file ParallelPopulationReaderMatsimV4.java.


The documentation for this class was generated from the following file: