From 8fda60e79520d70eb130ba08ef48f67df9b60886 Mon Sep 17 00:00:00 2001 From: pimjager Date: Tue, 14 Jun 2016 10:23:50 +0200 Subject: [PATCH] Uppaalmodel of train gate --- uppaal/traingate.xml | 176 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 uppaal/traingate.xml diff --git a/uppaal/traingate.xml b/uppaal/traingate.xml new file mode 100644 index 0000000..33f0fde --- /dev/null +++ b/uppaal/traingate.xml @@ -0,0 +1,176 @@ + + + + // Place global declarations here. +clock x, y, z; + +chan approach, in, out, ex, lower, raise, down, up; + + + + + // Place template instantiations here. +T = Train(); +G = Gate(); +C = Controller(); +Gezeik = Stupid(); +// List one or more processes to be composed into a system. +system T, G, C, Gezeik; + + + + -- 2.20.1