Class DeLPCallee
java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.delp.DeLPCallee
- All Implemented Interfaces:
Callable
The DeLPCallee class represents a callee for querying a Defeasible Logic Program (DeLP)
using a specified DefeasibleLogicProgram, DelpReasoner, and Formula.
This class extends the Callee class and implements the call() method to execute
the query operation using the provided DeLP and Formula with a DelpReasoner.
-
Constructor Summary
ConstructorDescriptionDeLPCallee
(DefeasibleLogicProgram delp, DelpReasoner reasoner, Formula f) Constructs a new DeLPCallee with the specified DefeasibleLogicProgram, DelpReasoner, and Formula. -
Method Summary
Modifier and TypeMethodDescriptioncall()
Executes the query operation using the specified DefeasibleLogicProgram, DelpReasoner, and Formula.
-
Constructor Details
-
DeLPCallee
Constructs a new DeLPCallee with the specified DefeasibleLogicProgram, DelpReasoner, and Formula.- Parameters:
delp
- The DefeasibleLogicProgram to be queriedreasoner
- The DelpReasoner used for querying the DefeasibleLogicProgramf
- The Formula representing the query
-
-
Method Details
-
call
Executes the query operation using the specified DefeasibleLogicProgram, DelpReasoner, and Formula.
-