Class SerialisationGraphPlotter

java.lang.Object
org.tweetyproject.graphs.util.GraphPlotter<SerialisationNode,Edge<SerialisationNode>>
org.tweetyproject.arg.dung.serialisability.util.SerialisationGraphPlotter

public class SerialisationGraphPlotter extends GraphPlotter<SerialisationNode,Edge<SerialisationNode>>
This class represents a specialization of GraphPlotters used to visualize the process of generating extensions by serialising sets of arguments, as realised in SerialisableExtensionReasoner.
The class defines the layout specifications of the visualization:
  • label of a node
  • label of an edge
  • size of a node
  • style and font-size of a node
  • spacing between nodes

Version:
TweetyProject 1.23
Author:
Julian Sander
See Also: