Hello,
I'm trying to fix an MDG with stereotyped SysML 1.3 blocks (EA 13.5 used).
It all works fine except the creation of allocate connectors between block -> this is due to the Quicklink definition in the UML Profile.
In the toolbox, using SysML1.3::allocate(UML::Abstraction) works ok.
In the quicklinker file, the following definition creates an odd connector.
//Source Element Type,Source Stereotype Filter,Target Element Type,Target Stereotype Filter,Diagram Filter,New Element Type,New Element Stereotype,New Link Type,New Link Stereotype,New Link Direction,New Link Caption,New Link & Element Caption,Create Link,Create Element,Disallow Self connector,Exclusive to ST Filter,Menu Group,Complexity Level,Target Must Be Parent,Embed element,Precedes Separator LEAF,Precedes Separator GROUP,Dummy Column
Class,MyMDG::type A block,Class,MyMDG::type B block,,,,Abstraction,SysML1.3::allocate,to,Allocated to,Allocated to,TRUE,TRUE,TRUE,TRUE,,0,,,,,
I tried to change Abstraction to Dependency without any luck.
Any clue?