example
Class Ingredient

java.lang.Object
  extended by example.Ingredient
Direct Known Subclasses:
Bread, Tomato

public class Ingredient
extends java.lang.Object

Author:
Samuel Croset

Constructor Summary
Ingredient()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ingredient

public Ingredient()