Author Topic: Associate StateCharts to a class  (Read 2271 times)

ms_butterfly

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
  • When you think it's bad, relax: it can get worse
    • View Profile
Associate StateCharts to a class
« on: September 12, 2004, 04:25:24 am »
Is it possible to associate a StateChart to a class? And then, the code generated to carry also the information about the StateChart?
Thanx!

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
Re: Associate StateCharts to a class
« Reply #1 on: September 12, 2004, 05:21:09 am »
You can add the statechart diagram as a child of the class in the project tree. This way it is clear that the statechart describes the behaviour of that class.

EA cannot generate any state machine code.

Mikkel