edu.mit.stellar.api.structure
Interface ToolManager

All Superinterfaces:
ToolFactory

public interface ToolManager
extends ToolFactory

ToolManager

Version:
$Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 ToolM createTool(NexusM nexus, java.lang.String atPath)
           
 void deleteTool(Tool tool)
           
 ToolM getToolM(Tool tool)
           
 void updateTool(ToolM tool)
           
 
Methods inherited from interface edu.mit.stellar.api.structure.ToolFactory
getToolByPath, parsePath, toolExistsAtPath
 

Method Detail

createTool

ToolM createTool(NexusM nexus,
                 java.lang.String atPath)

getToolM

ToolM getToolM(Tool tool)

updateTool

void updateTool(ToolM tool)

deleteTool

void deleteTool(Tool tool)


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.