| Problem with EMFATIC file [message #857884] |
Thu, 26 April 2012 19:13  |
Freddy Ordonez Messages: 2 Registered: April 2012 |
Junior Member |
|
|
Hello all,
I have a frustrating issue. I have tried generated a diagram from Emfatic file below, but EUGENIA don´t generated GMF .gmfgraph, .gmftool and .gmfmap models.
I´m not sure but I belive that problem there are the classes ContentPackage and ProcessPackage
@gmf.node(label = "name")
class ContentPackage extends MethodContentPackageableElement {
@gmf.compartment(foo="bar")
val ContentPackage[*] contentPackages;
}
@gmf.node(label = "name")
class ProcessPackage extends ProcessPackageableElement {
@gmf.compartment(foo="bar")
val ProcessElement[*] ownedProcessElements;
@gmf.compartment(foo="bar")
val ProcessPackage[*] subProcessPackages;
}
Does anyone know what may cause this problem? Thanks in advance.
Best regards
|
|
|
|
|
|
| Re: Problem with EMFATIC file [message #869700 is a reply to message #868353] |
Thu, 03 May 2012 17:42   |
Freddy Ordonez Messages: 2 Registered: April 2012 |
Junior Member |
|
|
Thanks for taking in count our issue. We added to root element an element of the most abstract class and it allows to define circular containment. However, we still need constraint the root's child elements (only several elements should be added to the root). However the circular containment is allowed in any hierarchy different of the root element. Why it problem is presented only when the root element?.
Maybe the identified bug is the response, where we could download the latest version which this bug has been removed?
Thank you very much for your help!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02374 seconds