From: pimjager Date: Tue, 14 Jun 2016 08:23:50 +0000 (+0200) Subject: Uppaalmodel of train gate X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=8fda60e79520d70eb130ba08ef48f67df9b60886;p=mc1516the.git Uppaalmodel of train gate --- 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; + + + +