edu.mit.stellar.api.structure
Interface Tool

All Known Subinterfaces:
ToolM

public interface Tool

Tool

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

Method Summary
 java.util.List<ToolEntryPoint> getEntryPoints()
           
 java.lang.String getHref()
          If this is not a local tool, but is a link to an external site, there may be a URL which is placed in e.g.
 java.lang.String getId()
          Identifier for this tool, e.g.
 java.lang.String getPath()
           
 boolean isShown()
           
 

Method Detail

getPath

java.lang.String getPath()

getId

java.lang.String getId()
Identifier for this tool, e.g. used in configuration files. Not a UUID, just a system configuration handle.

Returns:
the id

getHref

java.lang.String getHref()
If this is not a local tool, but is a link to an external site, there may be a URL which is placed in e.g. a navbar instead of a link to a site tool.

Returns:
the href

isShown

boolean isShown()
Returns:
the shown

getEntryPoints

java.util.List<ToolEntryPoint> getEntryPoints()
Returns:
the entryPoints


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