toolbus.tool.execution
Interface IToolExecutorFactory
- All Known Implementing Classes: 
 - DefaultToolExecutorFactory
 
public interface IToolExecutorFactory
Interface all tool executor factories much implement.
- Author:
 
  - Arnold Lankamp
 
 
getToolExecutor
IToolExecutor getToolExecutor(ToolInstance toolInstance,
                              ToolDefinition toolDefinition,
                              ToolBus toolbus)
- Constructs a tool executor.
- Parameters:
 toolInstance - The tool instance to which the tool is associated.toolDefinition - The definition of the tool.toolbus - The toolbus to which the tool should connect.
- Returns:
 - The constructed tool executor.