Class DeLPCallee

java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.delp.DeLPCallee
All Implemented Interfaces:
Callable

public class DeLPCallee extends Callee
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.