Chapter 2
Tutorials

 2.1 Working with the tutorials
 2.2 Setting up the Workspace for Java Projects
  2.2.1 Create Library, Tutorial and Simulator Projects
  2.2.2 Perform Setup Test
 2.3 Setting up the Workspace for C Projects
  2.3.1 Create Library, Tutorial and Simulator Projects
  2.3.2 Perform Setup Test
 2.4 HelloWorld for Java
  2.4.1 Scope
  2.4.2 Create a new model from scratch
  2.4.3 Create a state machine
  2.4.4 Build and run the model
  2.4.5 Open the Message Sequence Chart
  2.4.6 Summary
 2.5 HelloWorld for C
  2.5.1 Scope
  2.5.2 Create a new model from scratch
  2.5.3 Create a state machine
  2.5.4 Create a launch configuration to start the C code generator
  2.5.5 Generate the code
  2.5.6 Setup the C build
  2.5.7 Build and run the model
  2.5.8 Open the Message Sequence Chart
  2.5.9 Summary
 2.6 Tutorial Ping Pong (Java and C)
  2.6.1 Scope
  2.6.2 Create a new model from scratch
  2.6.3 Create a new protocol
  2.6.4 Create the Actor Structure
  2.6.5 Implement the Behavior
  2.6.6 Summary