]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Redirect document commandRelation and commandExecutorRelation terminals"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 7 Aug 2017 05:24:00 +0000 (08:24 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Mon, 7 Aug 2017 05:24:00 +0000 (08:24 +0300)
bundles/org.simantics.document.base.ontology/graph/ConnectionPoints.pgraph

index cb396fc8440c1ac7cc5de97e8f28f8c2c92ed92c..655df56660a2e31d5d53178b549311c201820f4a 100644 (file)
@@ -189,14 +189,14 @@ defCommandConnectionPoint : L0.Template
 RELATIONS.commandExecutorRelation <T STR.ConnectionRelation
     @L0.assert STR.AllowsConnectionType DOC.CommandConnectionType
     @L0.assert MOD.ConnectionRelationToTerminal DOC.Terminals.CommandExecutorTerminal
-    @L0.assert STR.HasAttachmentRelation DIA.HasPlainConnector
+    @L0.assert STR.HasAttachmentRelation DIA.HasArrowConnector
     >-- RELATIONS.commandExecutorRelation.propagate --> "Boolean" <R L0.HasProperty : L0.FunctionalRelation
     @L0.assert RELATIONS.commandExecutorRelation.propagate false 
                 
 RELATIONS.commandRelation <T L0.FunctionalRelation <T STR.ConnectionRelation
     @L0.assert STR.AllowsConnectionType DOC.CommandConnectionType
     @L0.assert MOD.ConnectionRelationToTerminal DOC.Terminals.CommandTerminal
-    @L0.assert STR.HasAttachmentRelation DIA.HasArrowConnector            
+    @L0.assert STR.HasAttachmentRelation DIA.HasPlainConnector
             
 RELATIONS.click : RELATIONS.commandRelation
     @defCommandConnectionPoint "1"