Menu

Code Commit Log


Commit Date  
[r32650] by grether

Moved SignalsUtils to package signals.utils

2015-04-13 20:20:40 Tree
[r32649] by grether

Move tests to contrib package and thus fix them

The input data was moved to the appropriate location by the last commit.

2015-04-13 20:12:33 Tree
[r32648] by grether

Move signalsystem integration test input data to contrib

2015-04-13 20:10:43 Tree
[r32647] by grether

Move signalsystem integration test input data to contrib

2015-04-13 20:08:04 Tree
[r32646] by grether

Change visibility of attribute to access it in downstream test case

2015-04-13 20:07:28 Tree
[r32645] by tthunig

changed some run properties

2015-04-13 13:07:17 Tree
[r32644] by benkick

removed signal system from this class

2015-04-13 09:12:34 Tree
[r32643] by grether

Move org.matsim.signalsystems to org.matsim.contrib.signals

Users of the signals implementation have to add the following steps to their code:
- Add a dependency to contrib/signals
- Load the scenario data and attach it to the scenario, i.e. scenario.addScenarioElement(SignalsData.ELEMENT_NAME, new SignalsScenarioLoader(signalsConfig).loadData())
- controler.addOverwriteModule(new SignalsModule())

Except the interfaces all code is moved to contrib. According to the package name of the contrib (signals) all interfaces are moved to package org.matsim.signals .
Before the interfaces can be moved to contrib, two issues have to be considered:
1.) Provide a way to inform the inverted network router about turn restrictions set by traffic signals.
2.) Provide an option to use type safe events from contrib packages without reimplementation of the events reading infrastructure.

2015-04-13 07:38:26 Tree
[r32642] by grether

Move org.matsim.signalsystems to org.matsim.contrib.signals

Users of the signals implementation have to add the following steps to their code:
- Add a dependency to contrib/signals
- Load the scenario data and attach it to the scenario, i.e. scenario.addScenarioElement(SignalsData.ELEMENT_NAME, new SignalsScenarioLoader(signalsConfig).loadData())
- controler.addOverwriteModule(new SignalsModule())

Except the interfaces all code is moved to contrib. According to the package name of the contrib (signals) all interfaces are moved to package org.matsim.signals .
Before the interfaces can be moved to contrib, two issues have to be considered:
1.) Provide a way to inform the inverted network router about turn restrictions set by traffic signals.
2.) Provide an option to use type safe events from contrib packages without reimplementation of the events reading infrastructure.

2015-04-12 21:47:38 Tree
[r32641] by grether

Move org.matsim.signalsystems to org.matsim.contrib.signals

Users of the signals implementation have to add the following steps to their code:
- Add a dependency to contrib/signals
- Load the scenario data and attach it to the scenario, i.e. scenario.addScenarioElement(SignalsData.ELEMENT_NAME, new SignalsScenarioLoader(signalsConfig).loadData())
- controler.addOverwriteModule(new SignalsModule())

Except the interfaces all code is moved to contrib. According to the package name of the contrib (signals) all interfaces are moved to package org.matsim.signals .
Before the interfaces can be moved to contrib, two issues have to be considered:
1.) Provide a way to inform the inverted network router about turn restrictions set by traffic signals.
2.) Provide an option to use type safe events from contrib packages without reimplementation of the events reading infrastructure.

2015-04-12 21:46:27 Tree
Older >
MongoDB Logo MongoDB