Class AbaReasonerGetModelsCallee<T extends Formula>
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.aba.AbaReasonerGetModelsCallee<T>
- Type Parameters:
T
- The type of formula used in ABA
- All Implemented Interfaces:
Callable
The AbaReasonerGetModelsCallee class extends the Callee class and represents
a callee responsible for obtaining multiple models from an Argumentation-Based Argumentation (ABA) reasoner.
-
Constructor Summary
ConstructorDescriptionAbaReasonerGetModelsCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) Constructor for AbaReasonerGetModelsCallee. -
Method Summary
Modifier and TypeMethodDescriptioncall()
Calls the ABA reasoner to obtain multiple models from the provided ABA theory.
-
Constructor Details
-
AbaReasonerGetModelsCallee
Constructor for AbaReasonerGetModelsCallee.- Parameters:
reasoner
- The ABA reasoner instancebbase
- The ABA theory instance
-
-
Method Details
-
call
Calls the ABA reasoner to obtain multiple models from the provided ABA theory.
-