Versions Compared

Key

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

...

  • Matthias Schmeling <schm at informatik.uni-kiel.de>
  • Hauke Fuhrmann <haf at informatik.uni-kiel.de>

 

Topics

  1. Thin Kieler !SyncCharts Editor
  2. Create a new Diagram
  3. Editing the diagram
  4. Graphical Elements in a ThinKCharts SyncChart
  5. Interface Declaration Parser
  6. Action Label Parser
  7. Naming
  8. Validation
  9. Differences to the original SyncCharts
  10. Copy & Paste

Image Removed

Create a new Diagram

  • To create a new SyncCharts diagram first create a new project. (New->General->Project)
  • Then create a new syncChart. (New->SyncChart Diagram)
  • The wizard asks you for the name of the diagram file and its corresponding model file. These should be the same for both files.
  • Use the KIELER main menu to add some default initial syncChart to your canvas to start from. Now you have a new syncChart with a top level state that contains a region. Note that there should only be one top level state in a syncChart.

...