Book a Demo

Author Topic: Implement function body as state machine and generate code  (Read 2008 times)

[email protected]

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Implement function body as state machine and generate code
« on: June 24, 2019, 06:12:59 pm »
Hello,

I want to implement a class operation body as state machine diagram. Then generate the source code that includes this state machine diagram contents. Can I do this?
I implemented a executable artifact and added the implemented state machine there, and generated code. But, this code includes simulator details. I want only class definition code. Is it possible?