| Commit | Date | |
|---|---|---|
| 2008-01-03 10:34:08 | Tree | |
|
[r331]
by
mrieser
Consolidated all time functionality into org.matsim.utils.misc.Time, namely combined utils.misc.TimeFormatter and utils.misc.Time into one class, and moved constants and static methods from org.matsim.gbl.Gbl to org.matsim.utils.misc.Time. Added Test Case for the new Time class. |
2008-01-03 10:28:46 | Tree |
| 2008-01-03 09:47:21 | Tree | |
| 2008-01-02 17:53:01 | Tree | |
| 2008-01-02 17:46:57 | Tree | |
| 2008-01-02 17:44:01 | Tree | |
|
[r326]
by
laemmel
Introduced a new travel time calculator based on a HashMap. This implementation is useful if one wants to take smaller time slices for the travel time recording (e.g. bin sizes of 5min or even 1min). To keep the usage of the travel time calculators handy, both calculators are derived from org.matsim.trafficmonitoring.AbstractTravelTimeCalculator. Things that have been changed: The new travel time calculator is slightly slower then the older one, but consumes only a fraction of memory. For questions or if you interested in more information about memory usage or runtime performance, please contact me! |
2008-01-02 17:36:57 | Tree |
| 2008-01-02 14:58:47 | Tree | |
| 2008-01-02 14:42:07 | Tree | |
|
[r323]
by
mrieser
Code cleanup. Replaced some Object-Types with basic types (e.g. "false" instead of Boolean.FALSE). |
2008-01-02 13:21:35 | Tree |