This interface can be implemented by
ToolAgentToolAgents that provide information about their
preferred execution mode.
Note that if a tool agent implements this interface, the mode
returned by executionMode overrides any
settings in XPDL.
author: Michael Lipp version: $Revision: 1.2 $
Field Summary
final public static int
ASYNCHR Indicates that the tool is to be executed asynchronously with
respect to state evaluation (see user manual for details).
final public static int
SYNCHR Indicates that the tool is to be executed synchronously with
respect to state evaluation (see user manual for details).
Method Summary
int
executionMode() Returns the preferred execution mode of the tools.