de.unirostock.Prototype
Class Prototype

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

public abstract class Prototype
extends java.lang.Object
implements java.lang.Cloneable


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

Constructor Detail

Prototype

public Prototype()
Method Detail

clone

public abstract java.lang.Object clone()
Overrides:
clone in class java.lang.Object