Class EvidentialAcceptability

java.lang.Object
org.tweetyproject.arg.bipolar.examples.EvidentialAcceptability

public class EvidentialAcceptability extends Object
Demonstrates the use of evidential argumentation frameworks.

This example shows how to construct an instance of EvidentialArgumentationFramework, add arguments, support, and attack relationships, and check the acceptability of arguments with respect to a given set of arguments. It also prints the framework in a human-readable format.

  • Constructor Details

    • EvidentialAcceptability

      public EvidentialAcceptability()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args)
      The entry point of the example program. Constructs an EvidentialArgumentationFramework instance, adds arguments, defines support and attack relationships, specifies prima facie arguments, and checks the acceptability of various arguments with respect to a specified set of arguments.
      Parameters:
      args - command-line arguments (not used in this example)