Explorar o código

Transformations take a name for input and output elements

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
885867ee91
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      core/core_formalism.mvc

+ 4 - 1
core/core_formalism.mvc

@@ -65,8 +65,11 @@ SimpleClassDiagrams CoreFormalism {
 
     Class ActionLanguage : Transformation {}
 
-    Association transformInput (Model, Transformation) {}
+    Association transformInput (Model, Transformation) {
+        name : String
+    }
     Association transformOutput (Transformation, Model) {
+        name : String
         target_lower_cardinality = 1
     }
 }