Class Callee

java.lang.Object
org.tweetyproject.web.services.Callee
All Implemented Interfaces:
Callable
Direct Known Subclasses:
AbaReasonerGetModelCallee, AbaReasonerGetModelsCallee, AbaReasonerQueryCallee, DeLPCallee, DungReasonerGetModelCallee, DungReasonerGetModelsCallee

public class Callee extends Object implements Callable
A generic Callable implementation that throws an UnsupportedOperationException in the call method. The Callee class is a simple implementation of the java.util.concurrent.Callable interface that provides a placeholder for the call method. When an instance of this class is used in a Callable context, it will throw an UnsupportedOperationException for the unimplemented call method.
See Also: