X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=uppaal%2F3.xml;h=3351546e6175bf36e2ac93e03d73ac46d5c9b123;hb=ab82a74fde0ebab959eacf4f8c5c8f0da8ff2a40;hp=6824ba4dbd5d59fce12d61d20ae72fa7c6ce051f;hpb=8439966f2bc1fe022435fa8fa314d5354952a9fe;p=mc1516the.git diff --git a/uppaal/3.xml b/uppaal/3.xml index 6824ba4..3351546 100644 --- a/uppaal/3.xml +++ b/uppaal/3.xml @@ -2,125 +2,110 @@ // Place global declarations here. -broadcast chan cool, inr[2], outr[2]; - + +clock r1, r2; +clock t; - // Place template instantiations here. // List one or more processes to be composed into a system. -r1 = Rod(0); -r2 = Rod(1); -system Tank, r1, r2; +v = Vessel(); +system v; - Pr [<=100] (<> Tank.overheating) + Pr [<=100] (<> v.overheating) + + + + + + simulate 5 [<=100] { t }