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