Class IafReasonerGetModelsCallee
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.iaf.IafReasonerGetModelsCallee
- All Implemented Interfaces:
Callable
The DungReasonerGetModelsCallee class represents a callee for obtaining multiple models
using a specified IncompleteReasoner and IncompleteTheory.
This class extends the Callee class and implements the call() method to execute
the getModels operation using the provided reasoner and base IncompleteTheory.
-
Constructor Summary
ConstructorsConstructorDescriptionIafReasonerGetModelsCallee(IncompleteReasoner reasoner, IncompleteTheory bbase, IncompleteReasoner.Type type) Constructs a new DungReasonerGetModelsCallee with the specified reasoner and base IncompleteTheory. -
Method Summary
Modifier and TypeMethodDescriptioncall()Executes the getModels operation using the specified reasoner and base IncompleteTheory.
-
Constructor Details
-
IafReasonerGetModelsCallee
public IafReasonerGetModelsCallee(IncompleteReasoner reasoner, IncompleteTheory bbase, IncompleteReasoner.Type type) Constructs a new DungReasonerGetModelsCallee with the specified reasoner and base IncompleteTheory.- Parameters:
reasoner- The IncompleteReasoner to be used for obtaining multiple modelsbbase- The base IncompleteTheory on which the getModels operation is performedtype- the reasoning type
-
-
Method Details
-
call
Executes the getModels operation using the specified reasoner and base IncompleteTheory.
-