Class GraphPlotterExample

java.lang.Object
org.tweetyproject.arg.dung.examples.GraphPlotterExample

public class GraphPlotterExample extends Object
Example Usage of the AigGraphPlotter which renders a given graph via html in the webbrowser
Author:
Lars Bengel
  • Constructor Details

    • GraphPlotterExample

      public GraphPlotterExample()
  • Method Details

    • main

      public static void main(String[] args) throws URISyntaxException, IOException
      Entry point of the program demonstrating the visualization of an argumentation framework using the AigGraphPlotter.

      This method generates a random Dung argumentation framework with a specified number of arguments and a given attack probability. The framework is then visualized using the AigGraphPlotter.

      Parameters:
      args - Command-line arguments (not used in this application).
      Throws:
      URISyntaxException - if a URI error occurs while loading resources.
      IOException - if an I/O error occurs during resource handling.