]> SALOME platform Git repositories - modules/superv.git/blobdiff - examples/GraphStream_2.cpl
Salome HOME
DCQ : Merge with Ecole_Ete_a6.
[modules/superv.git] / examples / GraphStream_2.cpl
diff --git a/examples/GraphStream_2.cpl b/examples/GraphStream_2.cpl
new file mode 100644 (file)
index 0000000..cb8df94
--- /dev/null
@@ -0,0 +1,33 @@
+DEBUT  GraphStream_2
+       TIMEOUT 300
+       TRACE   SANS
+       DELTA_T 0
+
+
+# Liste des codes
+
+       CODE    StreamAdd
+               istream I       IN      ENTIER
+               ostream I       OUT     ENTIER
+               OStream I       OUT     ENTIER
+       FIN     #StreamAdd
+
+
+
+
+# Liste des instances
+
+       INSTANCE        StreamAdd
+               CODE    StreamAdd
+       FIN
+
+
+
+
+
+# Liste des liens
+
+       LIEN
+       FIN
+
+FIN