You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: raptor/src/main/java/org/opentripplanner/raptor/rangeraptor/multicriteria/arrivals/StopsWithArriveByTransitCriteriaResolver.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
/**
12
12
* Resolves the set of stops that require the "arrive-by-transit" Pareto criterion in
13
13
* multi-criteria Raptor. At these stops, an arrival by transit (on-board) must be tracked
14
-
* so that thise are not dominated by on-street arrivals(transfers & access). This is because
15
-
* at these stops arriving on-board will give you an advantige - e.g. you must arrive by transit
14
+
* so that these are not dominated by on-street arrivals(transfers & access). This is because
15
+
* at these stops arriving on-board will give you an advantage - e.g. you must arrive by transit
16
16
* to continue using a via-connection, transfer or egress.
17
17
*
18
18
* <p>A stop is included in the result when at least one of the following holds:
@@ -22,14 +22,14 @@
22
22
* The access should not be dominated by a transfer arrival - since using the
23
23
* access+transfer might be optimal.
24
24
* </li>
25
-
* <li><b>Egress witch start on-street(on foot):</b> an egress path leaving the stop on foot
25
+
* <li><b>Egress which starts on-street(on foot):</b> an egress path leaving the stop on foot
26
26
* can only be used if the stop is reached by transit.</li>
27
27
* <li><b>Via transfer:</b> a via-connection departs from the stop as a transfer. Arriving
28
28
* at the stop by transit is the only way to use the via-connection; Hence it has an
29
-
* advantige over arriving by transfer.</li>
29
+
* advantage over arriving by transfer.</li>
30
30
* </ol>
31
31
*
32
-
* For all other stops the Raptor algoritmn with rounds and iteratins take care of this.
32
+
* For all other stops the Raptor algorithm with rounds and iterations take care of this.
0 commit comments