[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
From
:
eban.escott@xxxxxxxxxxxxxxxx
(Eban Escott)
Date
: Fri, 24 Jul 2009 07:19:20 +0000 (UTC)
Newsgroups
:
eclipse.modeling.mdt.uml2tools
,
eclipse.modeling.mdt.uml2
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
When I look at the .uml file it looks like:
..
<packagedElement xmi:type="uml:StateMachine" xmi:id="_4QV5AHTSEd6tw7FQB0T26Q" name="Product">
<region xmi:id="_4QlwoHTSEd6tw7FQB0T26Q" name="Region">
<subvertex xmi:type="uml:Pseudostate" xmi:id="_-7aC0HTSEd6tw7FQB0T26Q"/>
<subvertex xmi:type="uml:FinalState" xmi:id="__kusoHTSEd6tw7FQB0T26Q"/>
<subvertex xmi:type="uml:State" xmi:id="_AdpRoHTTEd6tw7FQB0T26Q" name="ProductList"/>
<transition xmi:id="_CciAMHTTEd6tw7FQB0T26Q" source="_-7aC0HTSEd6tw7FQB0T26Q" target="_AdpRoHTTEd6tw7FQB0T26Q"/>
<transition xmi:id="_C9WOQHTTEd6tw7FQB0T26Q" source="_AdpRoHTTEd6tw7FQB0T26Q" target="__kusoHTSEd6tw7FQB0T26Q"/>
</region>
</packagedElement>
</uml:Package>
So, the statemachine has a region and some states. All good until I create an ecore model or genmodel from it but it seems to be missing everything except the packageElement. Here is the .ecore file:
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="
http://www.omg.org/XMI"
; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
;
xmlns:ecore="
http://www.eclipse.org/emf/2002/Ecore"
; name="InputC"
nsURI="
http:///InputC.ecore"
; nsPrefix="InputC">
<eClassifiers xsi:type="ecore:EClass" name="Product"/>
</ecore:EPackage>
Please help! :)
Follow-Ups
:
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
From:
Tas Frangoullides
References
:
[news.eclipse.modeling.mdt.uml2tools] genmodel for state machine diagram
From:
Eban Escott
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
From:
Tatiana Fesenko
Prev by Date:
[news.eclipse.modeling.mdt.uml2tools] Re: How to deal with uml model fragments?
Next by Date:
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
Previous by thread:
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
Next by thread:
[news.eclipse.modeling.mdt.uml2tools] Re: genmodel for state machine diagram
Index(es):
Date
Thread