]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Redirect document commandRelation and commandExecutorRelation terminals 06/806/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 4 Aug 2017 21:51:16 +0000 (00:51 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 4 Aug 2017 21:51:16 +0000 (00:51 +0300)
Previously they were modelled as inputs, now they are outputs like they
IMHO should be.

refs #7411

Change-Id: I42529a9969adf49ef314118fae16067821638c5e

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"