This project is a visualization tool to convert an FSP specification to a Petri Net
#Pre-Requisites
- Exclipse
- GraphViz tool
- Python
- Open Eclipse
- Click on File -> Import
- Choose General -> Existing Projects into Workspace
- Select the lta folder as root directory
- Click on Projects -> Properties
- Choose the Java Build Path tab
- In Libraries add ant_parser.jar, jel.jar, LTL2Buchi.jar
- In Source tab add the following folder, lib/scenebeans-master/src/main/java
- Run Project as Java Application with HPWindow.class as main class
- After viewing, the LTS drawn by any FSP, run parser.py
- To draw the Petri Net and View it, run the following commands:
dot -T png graph.gv -o output
xdg-open output