Class ReachabilityGraphPlotter

java.lang.Object
org.tweetyproject.graphs.util.GraphPlotter<Marking,MarkingEdge>
org.tweetyproject.logics.petri.plotting.ReachabilityGraphPlotter

public class ReachabilityGraphPlotter extends GraphPlotter<Marking,MarkingEdge>
This class is for displaying instances of the ReachabilityGraph class graphically
Author:
Benedikt Knopp
  • Constructor Details

    • ReachabilityGraphPlotter

      public ReachabilityGraphPlotter(Plotter plotter, ReachabilityGraph graph)
      Create a new instance
      Parameters:
      plotter - the ground plotter
      graph - the graph to plot