]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.ontology/graph/DiagramRouteGraphConnection.pgraph
Disable command based synchronization from RouteGraph Connections
[simantics/platform.git] / bundles / org.simantics.diagram.ontology / graph / DiagramRouteGraphConnection.pgraph
index acdc27a8d35429186eab8bc0a150dfc5a1a7f5a7..a38c67db789f266ce1b0eeb35043a581baf9a842 100644 (file)
@@ -8,6 +8,7 @@ DIA = <http://www.simantics.org/Diagram-2.2>
 // NOTE: we inherit the old connection to break as little old code as possible
 DIA.RouteGraphConnection <T DIA.Connection
     @L0.property DIA.HasInteriorRouteNode
+    @L0.property DIA.CommandBasedSynchronization
 
 DIA.HasInteriorRouteNode <R L0.IsComposedOf
     L0.HasDomain DIA.Connection
@@ -22,6 +23,9 @@ DIA.HasPosition <R L0.HasProperty : L0.FunctionalRelation
 DIA.IsHorizontal <R L0.HasProperty : L0.FunctionalRelation
     L0.HasRange L0.Boolean
 
+DIA.CommandBasedSynchronization
+    @L0.defTag
+
 DIA.RouteNode <T L0.Entity
     @L0.property DIA.AreConnected
 DIA.InteriorRouteNode <T DIA.RouteNode