Menu

Code Commit Log


Commit Date  
[r6642] by mrieser

- Streaming in PopulationImpl must now be enabled with the method PopulationImpl.setIsStreaming(true) and can no longer be done in the constructor. This is partly due to the fact that "new PopulationImpl()" (without arguments in the Controler) already always created a non-streaming PopulationImpl, and partly due to the fact that with the recent change to ScenarioImpl (which always creates a non-streaming PopulationImpl internally) streaming would not be usable together with ScenarioImpl.
- removed deprecated methods (most related to streaming) from core-api Population.
- Code cleanup in most of the classes already modified due to the changes listed above. Code cleanup included mostly replacing calls to deprecated methods Gbl.getConfig() and Gbl.getWorld().

2009-04-29 21:13:57 Tree
[r6641] by mrieser

the calculated travel time was only stored in the route, but not in the leg. but for teleportation the value in the leg is used...

2009-04-29 19:19:33 Tree
[r6640] by mrieser

minor bugfix: travel time of legs was ignored for calculating the next departure time during routing iff activities had only their duration set (but not start- or end-time; thus the oversight (bug) seems to have always been corrected automatically when the code was run. Still, better to fix it).

2009-04-29 19:15:12 Tree
[r6639] by mmoyo
2009-04-29 17:52:50 Tree
[r6638] by rashid_waraich

world file name updated, probability of selecting pt router; output path and studybase commented out for local use (Rashid).

2009-04-29 17:00:41 Tree
[r6637] by mrieser

bugfix: called MatsimFileTyperGuesser with all-lowercase filename, which resulted in problems on case-sensitive file systems. (thx Sebastian)

2009-04-29 16:28:44 Tree
[r6636] by mrieser

start making use of Scenario-classes.

2009-04-29 16:08:05 Tree
[r6635] by mrieser

removed deprecated marker from Gbl. There are still many methods that have not yet any alternative (e.g. createConfig(), printSystemInfo(), printMemoryUsage(), ...)

2009-04-29 16:06:06 Tree
[r6634] by mrieser

ScenarioLoader.loadScenario() now returns the loaded scenario.
some minor code improvements.

2009-04-29 16:04:56 Tree
[r6633] by mrieser

start making use of new Scenario classes: added Constructors that accept a Scenario objects instead of several of Network, Population, Facilities, ...

2009-04-29 16:03:42 Tree
Older >
MongoDB Logo MongoDB