mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
033c92cbd8
PR: ports/96770 Submitted by: Stefan Pauly
16 lines
937 B
Plaintext
16 lines
937 B
Plaintext
Petri nets are a popular graphical way of modeling concurrent systems such as
|
|
communications protocols, multiprocessor computers etc. With Petri nets it is
|
|
possible to assess the correctness of systems for example by verifying that
|
|
the system cannot deadlock, that there cannot be any buffer overflows etc.
|
|
|
|
PIPEs main aim is to improve on existing tools available for modeling Petri
|
|
Nets. A key design feature is the modular approach adopted for analysis,
|
|
enabling new modules to written easily and powerfully, using built-in data
|
|
layer methods for standard calculations. Eight analysis modules have been
|
|
written (so far) including Invariant Analysis, State-Space Analysis (deadlock,
|
|
etc), Simulation Analysis & Classification. PIPE adheres to the latest XML
|
|
Petri net standard (PNML). File format for saving and loading Petri-Nets is
|
|
also extensible through the use of XSLT, the default being PNML.
|
|
|
|
WWW: http://pipe2.sourceforge.net/
|