Package org.tweetyproject.web.services
Class Callee
java.lang.Object
org.tweetyproject.web.services.Callee
- All Implemented Interfaces:
Callable
- Direct Known Subclasses:
AbaReasonerGetModelCallee,AbaReasonerGetModelsCallee,AbaReasonerQueryCallee,AdfReasonerGetModelsCallee,AdfReasonerQueryAllCallee,BipolarReasonerGetModelCallee,BipolarReasonerGetModelsCallee,BipolarReasonerQueryAllCallee,DeLPCallee,DungReasonerGetModelCallee,DungReasonerGetModelsCallee,DungReasonerQueryAllCallee,IafReasonerGetModelsCallee,IafReasonerQueryAllCallee,PafReasonerQueryAllCallee,PafReasonerQueryCallee,RankingReasonerGetModelCallee
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:
-
Constructor Summary
Constructors -
Method Summary