Class GraphPlotter<T extends Node,S extends GeneralEdge<T>>

java.lang.Object
org.tweetyproject.graphs.util.GraphPlotter<T,S>
Type Parameters:
T - the node class of the graph which is to plot
S - the edge class of the grpah which is to plot
Direct Known Subclasses:
BpmnModelPlotter, DungTheoryPlotter, PetriNetPlotter, ReachabilityGraphPlotter, SerialisationGraphPlotter

public abstract class GraphPlotter<T extends Node,S extends GeneralEdge<T>> extends Object
A generic class for plotting graphs
Author:
Benedikt Knopp