Class ReachabilityGraphPlotter
java.lang.Object
org.tweetyproject.graphs.util.GraphPlotter<Marking,MarkingEdge>
org.tweetyproject.logics.petri.plotting.ReachabilityGraphPlotter
This class is for displaying instances of the ReachabilityGraph class graphically
- Author:
- Benedikt Knopp
-
Constructor Summary
ConstructorDescriptionReachabilityGraphPlotter
(Plotter plotter, ReachabilityGraph graph) Create a new instance -
Method Summary
Methods inherited from class org.tweetyproject.graphs.util.GraphPlotter
addLabels, createGraph, createGraph
-
Constructor Details
-
ReachabilityGraphPlotter
Create a new instance- Parameters:
plotter
- the ground plottergraph
- the graph to plot
-