Overview
A large number of models that are employed in the field of concurrent systems design, such as Petri nets, gate-level circuits, dataflow structures, etc. - all have an underlying static graph structure. Their semantics, however, is defined using additional entities, e.g. tokens or node/arc states, which in turn form the overall state of the system. We jointly refer to such formalisms as interpreted graph models. The similarities between the interpreted graph models allow for links between different formalisms to be created, either by means of adapter interfaces or by conversion from one model type into another. This greatly extends the range of applicable modelling and analysis techniques.
Workcraft is designed to provide a flexible common framework for development of interpreted graph models, including visual editing, (co)simulation and analysis. The latter can be carried out either directly or by mapping a model into a behaviourally equivalent model of a different type (usually a Petri net). Hence the user can design a system using the most appropriate formalism (or even different formalisms for the subsystems), while still utilising the power of Petri net analysis techniques. Below is a summary of the currently supported interpreted graph models that are implemented as as plug-ins for Workcraft framework.
Model | Supported features | |||
---|---|---|---|---|
Editing | Simulation | Verification | Synthesis | |
abstract behaviour | ||||
Directed Graph [1] | Yes | Yes | Yes | n/a |
Finite State Machine [2] | Yes | Yes | Yes | Yes1) |
Petri Net [3] | Yes | Yes | Yes | Yes2) |
Policy Net [4] | Yes | Yes | Yes | Yes3) |
signal semantics | ||||
Digital Timing Diagram [5] | Yes | No | No | n/a |
Waveform Transition Graph [6] | Yes | Yes | Some | Yes4) |
Finite State Transducer [7] | Yes | Yes | Yes | Yes5) |
Signal Transition Graph [8] | Yes | Yes | Yes | Yes6) |
Conditional Partial Order Graph [9] | Yes | Some | No | Yes7) |
structural information | ||||
Structured Occurrence Net [10] | Yes | Yes | Yes | n/a |
Dataflow Structure [11] | Yes | Yes | Yes | No |
Digital Circuit [12] | Yes | Yes | Yes | n/a |
xMAS Circuit [13] | Yes | Yes | Some | No |