edu.mit.stellar.api.structure
Interface ParsedNexusToolPath
public interface ParsedNexusToolPath
ParsedNexusToolPath
- Version:
- $Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
- Author:
- MIT Stellar team
getNexus
Nexus getNexus()
- Returns:
- the nexus
setNexus
void setNexus(Nexus nexus)
- Parameters:
nexus - the nexus to set
getRemainder
java.lang.String getRemainder()
- Returns:
- the remainder
setRemainder
void setRemainder(java.lang.String remainder)
- Parameters:
remainder - the remainder to set
getTool
Tool getTool()
- Returns:
- the tool
setTool
void setTool(Tool tool)
- Parameters:
tool - the tool to set
Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.