Class AbstractBipolarFrameworkFactory
java.lang.Object
org.tweetyproject.web.services.bipolar.AbstractBipolarFrameworkFactory
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 argumentsattacks- attackssupports- supports- Returns:
- the requested reasoner.
-