Class admissibleExample
java.lang.Object
org.tweetyproject.arg.bipolar.examples.admissibleExample
A demonstration class for showing how to use the Deductive Argumentation
Framework
with different admissible reasoners. This example sets up a simple
argumentation
framework, adds arguments and their relationships, and then prints the
results
of admissible reasoning.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
admissibleExample
public admissibleExample()Default Constructor
-
-
Method Details
-
main
Main method to run the example.This method initializes a deductive argumentation framework with three arguments, adds attacks and supports between them, and then uses two different admissible reasoners to compute and print the admissible extensions.
- Parameters:
args
- Command line arguments (not used in this example).
-