de.unirostock.Prototype
Class ConcretePrototype

java.lang.Object
  extended by de.unirostock.Prototype.Prototype
      extended by de.unirostock.Prototype.ConcretePrototype
All Implemented Interfaces:
java.lang.Cloneable

public class ConcretePrototype
extends Prototype


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

Constructor Detail

ConcretePrototype

public ConcretePrototype()
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Prototype