Skip to content

Commit

Permalink
fix a javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Oct 12, 2023
1 parent ee2df4d commit 2f9363c
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/**
* The parking contrib is split into three substantially different parts<ul>
* The parking contrib is split into several substantially different parts<ul>
*
* <li> Parking Choice, based on work of Rashid Waraich. Parts of the contrib are used in the carsharing contrib.
* <p> Its main goal, as far as we understand it, is the simulation of parking choice (e.g. between garages). There is no modelling of circulating traffic searching for parking or walking of agents to/from parking. Currently (2022) unmaintained.
* <p> Its main goal, as far as we understand it, is the simulation of parking choice (e.g. between garages).
* There is no modelling of circulating traffic searching for parking or walking of agents to/from parking. Currently (2022) unmaintained.
*
* <li> Parking Search, by Joschka Bischoff. This contrib is currently developed at TU Berlin.
* <p> The main goal is to model parking search, including walk legs of agents and vehicles searching for parking spaces.
* </ul>
*
* <ul> Parking Proxy by Tobias Kohl (Senozon)
* <p>This was designed for large scenarios where it's not feasable to fully simulate parking agents. Rather, the additional time needed for parking is estimated</p>
* </ul>
* * <ul> Parking Costs, developed by Marcel Rieser and Joschka Bischoff at SBB.
* <li>Parking Proxy by Tobias Kohl (Senozon)
* <p>This was designed for large scenarios where it's not feasable to fully simulate parking agents.
* Rather, the additional time needed for parking is estimated</p>
*
* <li>Parking Costs, developed by Marcel Rieser and Joschka Bischoff at SBB.
* <p> This modules allows the integration of parking costs based on link attribute data.</p>
*
* </ul>
*
* @author of this doc: jfbischoff, nagel
Expand Down

0 comments on commit 2f9363c

Please sign in to comment.