Chapter 11: Ptera: An Event-Oriented Model of Computation2: Building Graphical Models

Executable models in chapter 11:
  • Figure 11.1: A simple Ptera model with two events. (Ptera1)
  • Figure 11.2: A model with multiple events in the event queue. (Ptera2)
  • Figure 11.3: A model with arguments for the events and a canceling relation. (Ptera3)
  • Figure 11.4: A model with simultaneous events. (Ptera4)
  • Figure 11.7: A model that simulates a car wash system. (CarWashPtera)
  • Figure 11.8: A hierarchical model that simulates a car wash system with two settings. (CarWashHierarchicalPtera)
  • Figure 11.9: A car wash model using DE and Ptera in a hierarchical composition. (CarWashDE_Ptera)
  • Figure 11.10: A car wash model using DE, Ptera and FSM in a hierarchical composition. (CarWashDE_Ptera_FSM)