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