Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [emf-dev] Could the UML's tatechart model be delt with by EMF?


Hi Admin,

Why mails are sent to everyone in the list ? This is not a good feature.

Regards
Nipun



Frank Budinsky <frankb@xxxxxxxxxx>
Sent by: emf-dev-admin@xxxxxxxxxxx

01/15/2004 07:36 PM
Please respond to emf-dev

       
        To:        emf-dev@xxxxxxxxxxx
        cc:        
        Subject:        RE: [emf-dev] Could the UML's tatechart model be delt with by EMF?

       






You are righ about EMF being able to represent your model, but generating
Java code for a state chart you will need to implement yourself. I believe
the UML2 project (www.eclipse.org/uml2) has the meta-model you want.

By the way, this kind of question belongs on the EMF newsgroup, not this
mailing list.

Thanks,
Frank.



                                                                                                                                         
                     "Guofeng Zhang"                                                                                                    
                     <guofengzhang@vis        To:       <emf-dev@xxxxxxxxxxx>                                                            
                     ionnex.com>              cc:                                                                                        
                     Sent by:                 Subject:  RE: [emf-dev] Could the UML's tatechart model be delt with by EMF?              
                     emf-dev-admin@ecl                                                                                                  
                     ipse.org                                                                                                            
                                                                                                                                         
                                                                                                                                         
                     01/15/2004 01:02                                                                                                    
                     AM                                                                                                                  
                     Please respond to                                                                                                  
                     emf-dev                                                                                                            
                                                                                                                                         
                                                                                                                                         



Maybe I misunderstand something.

After I read some articles on the site and IBM's redbook. I think that EMF
may be an implementation of MOF. MOF use  class diagrams to define
meta-modle, or UML is described by MOF. EMF can process any model if there
is a meta-model to define the model.

For my requirement, If there is a meta-model(that is, the class diagram) to
define my startchart model, my statechart model could be processed by EMF.
I know that UML has the meta-model to define the startchart model.

Am I right?

Thanks for any help.


-----Original Message-----
From: Frank Budinsky [mailto:frankb@xxxxxxxxxx]
Sent: Thursday, January 15, 2004 1:36 PM
To: emf-dev@xxxxxxxxxxx
Subject: Re: [emf-dev] Could the UML's tatechart model be delt with by
EMF?






You are right that EMF only works with UML class models.

Frank.





                     "Guofeng Zhang"

                     <guofengzhang@vis        To:
<emf-dev@xxxxxxxxxxx>

                     ionnex.com>              cc:

                     Sent by:                 Subject:  [emf-dev] Could
the UML's tatechart model be delt with by EMF?
                     emf-dev-admin@ecl

                     ipse.org



                     01/13/2004 01:06

                     AM

                     Please respond to

                     emf-dev







I am new to EMF. I read some EMF article/user's guide on the site, but I
feel that EMF can only work with UML's class model. Is that right?

I have a requirement.  We have developed a framework that is used to define
the workflow based on the state machine.  The definition is stored in some
XML files which include what states to go, and what classes to invoke etc.

We want to draw the state machine by UML statechart diagram(for example, by
using Rose or the tools plug-in to Eclipse), then automatically generated
the XML files and the corresponding Java codes in Eclipse.

Is it possible by EMF?     If so, I will deeply research on it.

Thank you very much!


_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/emf-dev



_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/emf-dev
_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/emf-dev



_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/emf-dev



Back to the top