- A partial order based tool for modelling, simulation, validation and verification of place/transition Petri nets -
VipTool is a tool for modelling, simulation, validation and verification of systems using place/transition Petri nets (p/t-nets). It implements the research done in a project named VIP (Verification of Information systems by evaluating partially-ordered Petri net runs) that was sponsored by the German Research Society (DFG). The main concern of this project is to establish a simulation and modelling concept for business processes given by Petri nets, which is based on the generation and evaluation of partially ordered execution runs (processes) instead of totally ordered sequences of transition occurrences. VipTool provides a comprehensive bundle of methods concerned with causality and concurrency modelled by partially ordered runs of p/t-nets. Namely, functionalities for synthesis, unfolding (combined with respective validation) and testing of executability are covered by VipTool.
The viptool is developed at the catholic university of eichstaett in germany.
Note: To run the examples, just unzip the file to a directory and open the project file (*.prj) with the viptool 'Load Project' menu entry.
2009-04-014
2009-03-20
2008-09-23
2008-09-04
2008-06-20
The namespace vipi:user contains documents that are relevant for all viptool users.
The namespace vipi:developer contains documents that are interesting for all (extension) developers of viptool.
Current content
If you want to see an overview of all pages currently available in Vipi, please click the 'Index' button on the bottom right of this page. This button is available on every page in the Vipi.
You can go always back to this page by clicking on the Vipi logo in the top right corner.
Before you add a new page be sure that a page with similar content does not already exisits!
You can use the search function tou search the Vipi.
To add a new page to the Vipi please go through the following steps:
code-conventionsPlease look on the syntax page for available syntax commands. The editor provides some buttons for basic formatting.
Two options that might be useful (and are not provided by buttons in the editor
)
example block
<code java> source code </code>/** * main entry point of the application * */ public static void main(String[] args) { // this method does nothing than return return; }