Class AbstractAdfReasonerFactory
java.lang.Object
org.tweetyproject.web.services.adf.AbstractAdfReasonerFactory
Abstract factory for retrieving ADF reasoners.
- Author:
- Lars Bengel
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractDialecticalFrameworkConstructs a new ADF from the given informationstatic AbstractADFReasonergetReasoner(Semantics sem) Creates a new reasoner measure of the given semantics with default settings.static Semantics[]Returns an array of all available semantics.
-
Method Details
-
getSemantics
Returns an array of all available semantics.- Returns:
- An array of all available semantics.
-
getReasoner
Creates a new reasoner measure of the given semantics with default settings.- Parameters:
sem- some identifier of a semantics.- Returns:
- the requested reasoner.
-
getAdf
Constructs a new ADF from the given information- Parameters:
nr_of_arguments- the number of argumentsconditions- the acceptance conditions as a list of KPP-strings- Returns:
- An ADF inferred from the given data
-