Responsible:

Demo videos:

A complex example for using KLighD technology, the Ptolemy Visualization project is about generating transient views of Ptolemy II models. Ptolemy II is an open source program developed at UC Berkeley for experimenting with actor-oriented modelling. Actors are graphical representations of components with a certain functionality that generate output as a function of the inputs they receive. To use the output of one actor as the input of another, actors can be connected by links. A typical Ptolemy model might for instance look like this:

Insert picture of a typical Ptolemy model here.

In some respect, Ptolemy models are a typical example of graphical modelling languages:

However, Ptolemy models have some features that are not that common:

KLighD Visualization

With our KLighD visualization, we aim to develop a Ptolemy model browser that is particularly good for reading through Ptolemy models. It is able to directly open Ptolemy files and display them in a way very similar to what Ptolemy users are used to seeing. 

Extend this section.

Open and browse a Ptolemy model:

  1. Start Eclipse with the KIELER Ptolemy Viewer feature installed.
  2. Import the CarTracking Ptolemy model. TODO: WHERE DO PEOPLE GET THE MODEL?
  3. Open the model by double-clicking it in Eclipse.
  4. Open and close some of the hierarchical actors by double-clicking them.

How Does This Stuff Work?

Write this section.