Book a Demo

Author Topic: State machine invocation  (Read 2240 times)

sravan

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
State machine invocation
« on: April 11, 2011, 02:31:06 pm »
There is a state machine diagram attached to a class in the model. The state machine has to perform some actions based on the conditions and we want it to be executed as and when the class functions are called. Is it possible to execute the state machine by calling the class functions generated in the code.
Should we explicitly call state machine functions generated in the code or can it be called automatically when some condition is met.