Class GraphPlotterExample
java.lang.Object
org.tweetyproject.arg.dung.examples.GraphPlotterExample
Example Usage of the
AigGraphPlotter
which renders a given graph via
html in the webbrowser- Author:
- Lars Bengel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphPlotterExample
public GraphPlotterExample()
-
-
Method Details
-
main
Entry point of the program demonstrating the visualization of an argumentation framework using theAigGraphPlotter
.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.
-