Class CounterTransitivityReasonerExample
java.lang.Object
org.tweetyproject.arg.rankings.examples.CounterTransitivityReasonerExample
Demonstrates the usage of the
CounterTransitivityReasoner with a specific Argumentation Framework (AAF).
This example constructs an argumentation framework, adds arguments and attacks to it, and then creates a
LatticePartialOrder to specify the acceptability relations between arguments. It then uses a
CounterTransitivityReasoner to evaluate various ranking strategies and prints the results.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CounterTransitivityReasonerExample
public CounterTransitivityReasonerExample()Default Constructor
-
-
Method Details
-
main
The main method that sets up an argumentation framework, applies various ranking strategies, and prints the results.- Parameters:
args- Command-line arguments (not used in this example).
-