| Please Help [message #1013415] |
Sat, 23 February 2013 10:59  |
Joshua Nwokeji Messages: 89 Registered: January 2013 |
Member |
|
|
Dear All,
I have defined multiple sources and targets from and to one node in ecore, and annotated it in emfatic, but when I ran the configuration it only gave me one link. Please see the code below,
@gmf.link(target.decoration="arrow", source="fromc", target="toc", source="fromd", target="tod", source="FromO", target="ToO", incoming="true")
class Refinement extends KLink {
ref Requirement toc;
ref Goal fromc;
ref Goal fromd;
ref Expectation tod;
ref Obstacle[1] FromO;
ref Obstacle[1] ToO;
}
Thanks
Joshua
|
|
|