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