Class BipolarReasonerGetModelsCallee
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.bipolar.BipolarReasonerGetModelsCallee
- All Implemented Interfaces:
Callable
The BipolarReasonerGetModelsCallee class represents a callee for obtaining multiple models
using a specified AbstractBipolarExtensionReasoner and AbstractBipolarFramework.
This class extends the Callee class and implements the call() method to execute
the getModels operation using the provided reasoner and base AbstractBipolarFramework.
-
Constructor Summary
ConstructorsConstructorDescriptionBipolarReasonerGetModelsCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Constructs a new BipolarReasonerGetModelsCallee with the specified reasoner and base AbstractBipolarFramework. -
Method Summary
Modifier and TypeMethodDescriptioncall()Executes the getModels operation using the specified reasoner and base AbstractBipolarFramework.
-
Constructor Details
-
BipolarReasonerGetModelsCallee
public BipolarReasonerGetModelsCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Constructs a new BipolarReasonerGetModelsCallee with the specified reasoner and base AbstractBipolarFramework.- Parameters:
reasoner- The AbstractBipolarExtensionReasoner to be used for obtaining multiple modelsbbase- The base AbstractBipolarFramework on which the getModels operation is performed
-
-
Method Details
-
call
Executes the getModels operation using the specified reasoner and base AbstractBipolarFramework.
-