diff --git a/contribs/parking/src/main/java/org/matsim/contrib/parking/package-info.java b/contribs/parking/src/main/java/org/matsim/contrib/parking/package-info.java index 8487313fadf..005b83994a3 100644 --- a/contribs/parking/src/main/java/org/matsim/contrib/parking/package-info.java +++ b/contribs/parking/src/main/java/org/matsim/contrib/parking/package-info.java @@ -1,17 +1,20 @@ /** - * The parking contrib is split into three substantially different parts
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. + *
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. * *
The main goal is to model parking search, including walk legs of agents and vehicles searching for parking spaces. - *
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
- *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
+ * + *This modules allows the integration of parking costs based on link attribute data.
+ * *