Class AbstractBipolarFrameworkFactory

java.lang.Object
org.tweetyproject.web.services.bipolar.AbstractBipolarFrameworkFactory

public abstract class AbstractBipolarFrameworkFactory extends Object
Abstract factory for building bipolar argumentation frameworks from web requests.
Author:
Oleksandr Dzhychko
  • Method Details

    • getArgumentationFramework

      public static BipolarArgumentationFramework getArgumentationFramework(int numberOfArguments, List<List<Integer>> attacks, List<List<Integer>> supports)
      Creates a new bipolar argumentation framework.
      Parameters:
      numberOfArguments - number of arguments
      attacks - attacks
      supports - supports
      Returns:
      the requested reasoner.