]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.ontology/graph/Diagram.pgraph
Support for dynamic transforms for both elements and terminals
[simantics/platform.git] / bundles / org.simantics.diagram.ontology / graph / Diagram.pgraph
index 9e006381dbad4f8eb2ecffa5e41b34d2fd6781b2..7b7bb6b2e2d7eca5b83bcc764733423b8c385e4e 100644 (file)
@@ -113,7 +113,9 @@ DIA.Functions.activeProfileModifier : L0.Function
 DIA.Functions.diagramElementIssuePath : L0.Function
 
 DIA.DefinedElement
-  >-- DIA.symbolCode ==> "[String]" <R L0.HasProperty : L0.FunctionalRelation
+  // RequiresValueType ]is omitted during transition period.
+  // Used to be ==> "[String]" but DIA.symbolCode now returns either "[String]" or "[G2DNodeModification]" directly
+  >-- DIA.symbolCode <R L0.HasProperty : L0.FunctionalRelation
   >-- DIA.symbolDropHandler ==> "[WorkbenchSelectionElement] -> <WriteGraph,Proc> ()" <R L0.HasProperty : L0.FunctionalRelation
 
 DIA.DiagramActivityCondition <T L0.Entity