Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SCCharts, Initial States, States, Transitions

Column
width50%
Code Block
linenumberstrue
 scchart StateTransition {
  initial state A
  --> B;
  state B
  --> C;
  state C
  --> A immediate;
}
Column
width50%

 Image Added