summaryrefslogtreecommitdiffstats
path: root/misc/routeExample.txt
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2023-10-05 17:12:59 +0200
committerCGantert345 <57003061+CGantert345@users.noreply.github.com>2023-10-05 17:12:59 +0200
commit1c986aed0cefed59cd6be49436217d5f524ed218 (patch)
tree2ebef3cd904cba92ce0f2662516f0e773d9381dd /misc/routeExample.txt
parentMerge pull request #72 from UnionInternationalCheminsdeFer/1.4.4 (diff)
downloadUIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar.gz
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar.bz2
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar.lz
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar.xz
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.tar.zst
UIC-barcode-1c986aed0cefed59cd6be49436217d5f524ed218.zip
Diffstat (limited to '')
-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