Book a Demo

Author Topic: Does EA supports Local Transition in statemachine?  (Read 3075 times)

Sameer Shinde

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Does EA supports Local Transition in statemachine?
« on: March 22, 2012, 04:32:49 pm »
Hi,

I am implementing a statemachine that has local tranistion from inner sub state(S11) to outer parent state(S1). But when I simulate the statemachine in EA 9.3 it does the External Transition. Local transitions are supported in UML 2.2 and EA 9.3 is UML 2.4.1 compliant so Does EA support local transition? Can anyone please suggest how to implement the Local transitions in EA(if supported)

Following the simulation log for this operation

[170935948]      Configuration: mode: Interpreted, platform: UML Basic
[170935949]      Preparing Simulation Data
[170936161]      Loading Machine
[170936255]      Simulation Started
[170936434]      StateMachine
[170936951]      StateMachine.InitialNode
[170937482]      StateMachine.S1
[170937998]      StateMachine.S1.InitialNode
[170938543]      StateMachine.S1.S11
[170955261]      StateMachine.S1
[170955764]      StateMachine.S1.InitialNode
[170956293]      StateMachine.S1.S11