我正在尝试在 Eclipse Papyrus 中使用扩展区域,但它不起作用。
我有一个ReadStructuralFeatureAction读为StructuralFeature cars. 对于这些汽车,我需要计算负载是否过重。因此,我正在接受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.
有任何想法吗?
