Class BipolarReasonerQueryAllCallee
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.bipolar.BipolarReasonerQueryAllCallee
- All Implemented Interfaces:
Callable
The DungReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments
using a specified AbstractExtensionReasoner and BipolarArgumentationFramework.
This class extends the Callee class and implements the call() method to execute
the getModel operation using the provided reasoner and base BipolarArgumentationFramework.
- Author:
- Lars Bengel
-
Constructor Summary
ConstructorsConstructorDescriptionBipolarReasonerQueryAllCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase, InferenceMode mode) Constructs a new BipolarReasonerGetModelCallee with the specified reasoner and base BipolarArgumentationFramework. -
Method Summary
Modifier and TypeMethodDescriptioncall()Executes the queryAll operation using the specified reasoner and base BipolarArgumentationFramework.
-
Constructor Details
-
BipolarReasonerQueryAllCallee
public BipolarReasonerQueryAllCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase, InferenceMode mode) Constructs a new BipolarReasonerGetModelCallee with the specified reasoner and base BipolarArgumentationFramework.- Parameters:
reasoner- The AbstractExtensionReasoner to be used for obtaining the modelbbase- The base BipolarArgumentationFramework on which the getModel operation is performedmode- The inference mode
-
-
Method Details
-
call
Executes the queryAll operation using the specified reasoner and base BipolarArgumentationFramework.
-