]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/ImmutableComponentVariableContent.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / ImmutableComponentVariableContent.java
index 5124228a06dda746eeeeb73afd7e99e4faa9c0a0..95998f33b060116cf1bb3419a807ed7ad35f2112 100644 (file)
@@ -8,6 +8,7 @@ public class ImmutableComponentVariableContent {
 
        final public Resource resource;
        final public String name;
+       boolean procedural = false;
        public Map<String,ImmutableComponentVariableContent> children;
        public Map<String,ImmutableComponentPropertyContent> properties;