Book a Demo

Author Topic: Working with statemachines  (Read 3977 times)

Max H

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
    • SafeCode Consulting
Working with statemachines
« on: March 24, 2015, 02:24:34 am »
I'm creating state machines for eventual code generation.  I can't seem to figure out how to create Entry - Do - Exit actions for a state.  I can see in the code generation templates where these are parsed; and the UML tutorial indicates that EA supports it (http://www.sparxsystems.com/resources/uml2_tutorial/uml2_statediagram.html   "State Actions"); but after hours of searching and looking at resources, I can't seem to find a way to create them.  

Anybody with a clue about this?  Are these just specially named operations?

Thanks.
(EA 11.1.1111)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Working with statemachines
« Reply #1 on: March 24, 2015, 02:41:00 am »
They are simple operations with Type entry, exit or do.

q.

Max H

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
    • SafeCode Consulting
Re: Working with statemachines
« Reply #2 on: March 24, 2015, 05:05:39 am »
Got it!  Thanks.  I hadn't noticed the operation "Action" dropdown in my hasty search for an answer.