Class SerialisableRankingReasonerExample

java.lang.Object
org.tweetyproject.arg.rankings.examples.SerialisableRankingReasonerExample

public class SerialisableRankingReasonerExample extends Object
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 Details

    • SerialisableRankingReasonerExample

      public SerialisableRankingReasonerExample()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args)
      The main method that constructs the argumentation framework and invokes the SerialisableRankingReasoner to compute the ranking of the arguments.
      Parameters:
      args - Command line arguments (not used)