Class AbaReasonerQueryCallee<T extends Formula>
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.aba.AbaReasonerQueryCallee<T>
- Type Parameters:
T
- The type of formula used in ABA
- All Implemented Interfaces:
Callable
The AbaReasonerQueryCallee class extends the Callee class and represents
a callee responsible for querying an assumption in Argumentation-Based Argumentation (ABA).
-
Constructor Summary
ConstructorDescriptionAbaReasonerQueryCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> assumption) Constructor for AbaReasonerQueryCallee. -
Method Summary
-
Constructor Details
-
AbaReasonerQueryCallee
public AbaReasonerQueryCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> assumption) Constructor for AbaReasonerQueryCallee.- Parameters:
reasoner
- The ABA reasoner instancebbase
- The ABA theory instanceassumption
- The assumption used in the query
-
-
Method Details
-
call
Calls the ABA reasoner to perform a query using the provided ABA theory and assumption.
-