]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0/graph/Layer0Templates.pgraph
DB and Layer0 modifications for related issues
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0Templates.pgraph
index 0dbba3181589a58260003ff062c3e4da753ee895..ef5a587e521376e2ddc39de4af0a3e11059e3b9d 100644 (file)
@@ -50,3 +50,10 @@ L0.sclAction : L0.Template
           L0.SCLAction.action _ : L0.SCLValue
             L0.SCLValue.expression %expression
             L0.HasValueType L0.SCLAction.valueType
+
+L0.sclConstraint : L0.Template
+    @template %constraint %expression
+      %constraint : L0.Constraint
+        L0.Constraint.Validator _ : L0.SCLValidator
+          L0.SCLValue.expression %expression
+