]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.base.ontology/graph/Components.pgraph
Multiple readers and variable optimization
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / graph / Components.pgraph
index 5384db0b27210f3aed2d6dc220951b3d4a78d19f..df5665ea463bf41855b789f46e87e60f4fce37b5 100644 (file)
@@ -63,9 +63,9 @@ COMPONENTS.Component <T STR.Component
     @sclAttribute PROPERTIES.commands "commandList self" "[Command]"
 
 COMPONENTS.PrimitiveComponent <T COMPONENTS.Component
-    @L0.assert PROPERTIES.primitiveProperties
-      _ : L0.Value
-        L0.domainProperties FUNCTIONS.primitiveProperties
+    @L0.sclAssertion PROPERTIES.primitiveProperties "primitiveProperties" "DocumentProperties"
+//      _ : L0.Value
+//        L0.domainProperties FUNCTIONS.primitiveProperties
 
 COMPONENTS.ParentlessComponent <T COMPONENTS.PrimitiveComponent /* Component without a parent, e.g. Root, DialogBox */