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