Closed mgieseking closed 4 years ago
I added now the method
public static List<DataFlowTree> getDataFlowTrees(PetriNetWithTransits pnwt, List<Transition> firingSequence) {
in PNWTTools to calculate the trees. And
public static String dataFlowTreesToDot(List<DataFlowTree> trees) {
and
public static void saveDataFlowTreesToPDF(String path, List<DataFlowTree> trees, String procID) throws FileNotFoundException, IOException {
for the visualization.
Put the "Save" button "Show data flow" at the bottom of the simulation history sidebar
Implemented as of 80b65b45bb631454d504645d0cdfb9d9eaaa3d03
In the simulation of the input Pnwt, add a panel to the buttom where the data trees of the simulation are visualized. Depends on finishing #51.