From e7caabe061b89a12715f03a1ca05479feaab945d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Br=C3=BCcker?= Date: Sat, 28 Dec 2013 15:29:21 +0100 Subject: [PATCH] Initial version of the naive model --- Model/model.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Model/model.xml b/Model/model.xml index ff21437..315a160 100644 --- a/Model/model.xml +++ b/Model/model.xml @@ -1,7 +1,14 @@ // Place global declarations here. -// Place template instantiations here. -Process = Template(); +// Place template instantiations here. +Network1 = Network(); +Host1_Handshake = Host_Handshake(); +Host2_Handshake = Host_Handshake(); // List one or more processes to be composed into a system. -system Process; \ No newline at end of file +system Network,Host1_Handshake,Host2_Handshake; + \ No newline at end of file