You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org-tweetyproject-arg-dung/src/main/java/org/tweetyproject/arg/dung/serialisability/util/AigSerialisationPlotter.java
+54-7Lines changed: 54 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,69 @@
16
16
importjava.nio.file.Path;
17
17
importjava.nio.file.Paths;
18
18
19
+
/**
20
+
* Abstract plotter for visualizing the serialisation of Dung argumentation frameworks.
21
+
* <p>
22
+
* This class extends {@link AigGraphPlotter} to provide visualization capabilities
23
+
* specifically tailored for Dung theories and their serialisations under various
24
+
* argumentation semantics.
25
+
* </p>
26
+
*
27
+
* <p>
28
+
* It offers a static utility method to generate and display an HTML visualization
29
+
* of both the original argumentation framework and its serialisation graph,
0 commit comments