Class SafExample

java.lang.Object
org.tweetyproject.arg.social.examples.SafExample

public class SafExample extends Object
Example code for using social abstract argumentation.
Author:
Matthias Thimm
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for creating an instance of SimulationParameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Demonstrates the use of a social abstract argumentation framework (SAF) and reasoning over it using social semantics.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SafExample

      public SafExample()
      Default constructor for creating an instance of SimulationParameters. This constructor initializes a new instance of the Hashtable.
  • Method Details

    • main

      public static void main(String[] args)
      Demonstrates the use of a social abstract argumentation framework (SAF) and reasoning over it using social semantics.
      Parameters:
      args - command-line arguments (not used in this example).