edu.mit.stellar.api.structure
Interface ToolM
- All Superinterfaces:
- Tool
public interface ToolM
- extends Tool
ToolM
- Version:
- $Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
- Author:
- MIT Stellar team
setPath
void setPath(java.lang.String path)
setId
void setId(java.lang.String id)
- Parameters:
id - the id to set
setHref
void setHref(java.lang.String href)
- Parameters:
href - the href to set
setShown
void setShown(boolean shown)
- Parameters:
shown - the shown to set
addEntryPoint
void addEntryPoint(ToolEntryPoint entryPoint)
- Parameters:
entryPoint - the entryPoint to add
removeEntryPoint
void removeEntryPoint(ToolEntryPoint entryPoint)
- Parameters:
entryPoint - the entryPoint to remove
orderBefore
void orderBefore(ToolEntryPoint thisEntryPoint,
ToolEntryPoint beforeEntryPoint)
- Order thisEntryPoint before beforeEntryPoint. Set beforeEntryPoint to
null to put thisEntryPoint last.
- Parameters:
thisEntryPoint - beforeEntryPoint -
Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.