diff options
Diffstat (limited to 'misc/routeExample.txt')
-rw-r--r-- | misc/routeExample.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/routeExample.txt b/misc/routeExample.txt new file mode 100644 index 0000000..d979d2f --- /dev/null +++ b/misc/routeExample.txt @@ -0,0 +1,17 @@ +viaStation --> route + [ + viaStation --> station(origin) + viaStation --> alternativeRoutes + [ + viaStation --> route [ + + ], + viaStation --> route [ + + ] + ] + ... + viaStation --> station (destination) + ] + +
\ No newline at end of file |