summaryrefslogtreecommitdiffstats
path: root/misc/routeExample.txt
blob: d979d2f609a774f7d8f98255692335c7e5ecb7bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
viaStation --> route 
	[
		viaStation --> station(origin)
		viaStation --> alternativeRoutes 
						[
						 	viaStation --> route  [
						 	
						 	],
						 	viaStation --> route  [
						 	
						 	]	
						]
		...
		viaStation --> station (destination)
	]