tools
Class Tool

java.lang.Object
  |
  +--tools.Tool
Direct Known Subclasses:
CuttingTool, LayoutTool

public abstract class Tool
extends Object


Field Summary
 double value
           
 
Constructor Summary
Tool()
           
 
Method Summary
 void buy(double bucks)
           
 double sell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
Constructor Detail

Tool

public Tool()
Method Detail

buy

public void buy(double bucks)

sell

public double sell()