【发布时间】:2014-08-01 16:49:09
【问题描述】:
我正在尝试在 Eclipse Papyrus 中使用扩展区域,但它不起作用。
我有一个ReadStructuralFeatureAction,上面写着StructuralFeaturecars。对于这些汽车,我需要计算负载是否过重。因此,我使用ExpansionRegion 并附上ExpansionNode。但是我无法将InputPins 添加到ExpansionNode。
如果我创建一个InputPins,我会得到The feature 'inputElement' of '<Expansion Region> ...' with 0 values must have at least 1 values。如果我尝试将 Action 的结果直接连接到 ExpansioNode 我得到 An edge that has a source in an exception handler structured node must also have its target in the handler, and vice versa.
有什么想法吗?
【问题讨论】:
-
恕我直言 Modelio 现在似乎是一个非常好的开源替代品。它不仅看起来很养眼,而且还有一个可以完美运行的扩展区域以及其他美味的功能。虽然我必须添加 parallel 和 iterative 构造型并要求显示它们而不是扩展区域的图标。