diff --git a/Model/model.xml b/Model/model.xml new file mode 100644 index 0000000..ff21437 --- /dev/null +++ b/Model/model.xml @@ -0,0 +1,7 @@ +// Place global declarations here. +// Place template instantiations here. +Process = Template(); + +// List one or more processes to be composed into a system. +system Process; \ No newline at end of file