Class AdfReasonerGetModelsCallee
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.adf.AdfReasonerGetModelsCallee
- All Implemented Interfaces:
Callable
The ADFReasonerGetModelsCallee class represents a callee for obtaining multiple models
using a specified AbstractExtensionReasoner and ADFTheory.
This class extends the Callee class and implements the call() method to execute
the getModels operation using the provided reasoner and base ADF.
-
Constructor Summary
ConstructorsConstructorDescriptionAdfReasonerGetModelsCallee(AbstractADFReasoner reasoner, AbstractDialecticalFramework bbase) Constructs a new AdfReasonerGetModelsCallee with the specified reasoner and base ADF. -
Method Summary
Modifier and TypeMethodDescriptioncall()Executes the getModels operation using the specified reasoner and base ADF.
-
Constructor Details
-
AdfReasonerGetModelsCallee
Constructs a new AdfReasonerGetModelsCallee with the specified reasoner and base ADF.- Parameters:
reasoner- The AbstractADFReasoner to be used for obtaining multiple modelsbbase- The base ADF on which the getModels operation is performed
-
-
Method Details