Associte two links with two classes [message #1247987] |
Sun, 16 February 2014 16:18  |
Eclipse User |
|
|
|
Hi,
my practice has got two classes (Action and ActivityEdge); theses clases are related with two associations (incoming and outgoing).
With the following code, it can make the assignment of the both associations:
operation bpmn!Event generarEventoIntermediate() : aduml!Action{
var nodeEvent = new aduml!Action;
...
nodeEvent.incoming = self.incoming;
nodeEvent.outgoing = self.outgoing;
...
}
but there is a problem, because if it's both assignment there is an internal error, but if only this one of the two assignment, the allocation is correct. I would like to know, how can do two assignment between two classes?
Thank you!
|
|
|
|
Powered by
FUDForum. Page generated in 0.05609 seconds