Class SerialisableRankingReasonerExample
java.lang.Object
org.tweetyproject.arg.rankings.examples.SerialisableRankingReasonerExample
An example class that demonstrates the usage of the
SerialisableRankingReasoner
.
This class constructs an argumentation framework (AAF) using the DungTheory
class.
Several arguments and attacks between them are added to the framework.
The SerialisableRankingReasoner
is then used to compute and display the ranking of the arguments.
- Author:
- Name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
The main method that constructs the argumentation framework and invokes theSerialisableRankingReasoner
to compute the ranking of the arguments.
-
Constructor Details
-
SerialisableRankingReasonerExample
public SerialisableRankingReasonerExample()Default Constructor
-
-
Method Details
-
main
The main method that constructs the argumentation framework and invokes theSerialisableRankingReasoner
to compute the ranking of the arguments.- Parameters:
args
- Command line arguments (not used)
-