summaryrefslogtreecommitdiffstats
path: root/misc/routeExample.txt
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2023-11-30 08:57:50 +0100
committerGitHub <noreply@github.com>2023-11-30 08:57:50 +0100
commit949978f7eea65000737414f15426e1e015c9e4bf (patch)
tree86e5345c061cb1dc4d3f1ad4b783f6590c03d660 /misc/routeExample.txt
parentMerge pull request #72 from UnionInternationalCheminsdeFer/1.4.4 (diff)
parentc1 (diff)
downloadUIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar.gz
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar.bz2
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar.lz
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar.xz
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.tar.zst
UIC-barcode-949978f7eea65000737414f15426e1e015c9e4bf.zip
Diffstat (limited to 'misc/routeExample.txt')
-rw-r--r--misc/routeExample.txt17
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