Explorar el Código

Added trace MM

Yentl Van Tendeloo hace 8 años
padre
commit
b2b50a88f4
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      models/trace.mvc

+ 15 - 0
models/trace.mvc

@@ -0,0 +1,15 @@
+SCD TraceLanguage{
+    SimpleAttribute String {}
+    SimpleAttribute Float {}
+
+    Class Signal {
+        name : String
+    }
+
+    Class Point {
+        x : Float
+        y : Float
+    }
+
+    Association contains (Signal, Point) {}
+}