diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2023-10-05 17:12:59 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2023-10-05 17:12:59 +0200 |
commit | 1c986aed0cefed59cd6be49436217d5f524ed218 (patch) | |
tree | 2ebef3cd904cba92ce0f2662516f0e773d9381dd /misc/routeExample.txt | |
parent | Merge pull request #72 from UnionInternationalCheminsdeFer/1.4.4 (diff) | |
download | UIC-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 '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 |