Class BipolarReasonerGetModelsCallee

java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.bipolar.BipolarReasonerGetModelsCallee
All Implemented Interfaces:
Callable

public class BipolarReasonerGetModelsCallee extends Callee
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 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 models
      bbase - The base AbstractBipolarFramework on which the getModels operation is performed
  • Method Details