tools
Class Knife

java.lang.Object
  |
  +--tools.Tool
        |
        +--tools.CuttingTool
              |
              +--tools.EdgeTool
                    |
                    +--tools.Knife

public class Knife
extends EdgeTool


Fields inherited from class tools.Tool
value
 
Constructor Summary
Knife()
           
 
Method Summary
 void oil()
           
 
Methods inherited from class tools.EdgeTool
hone, sharpen
 
Methods inherited from class tools.Tool
buy, sell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Knife

public Knife()
Method Detail

oil

public void oil()