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