clone


Description:

public abstract BaseTool clone ()

Creates a clone of this tool with the same project_manager.

This method is used by ToolBuilder when creating wrapped tool instances. Tools that can be wrapped should implement this to create a new instance with the same project_manager.

Returns:

A new tool instance with the same project_manager