AFLPcore
Class Data

java.lang.Object
  |
  +--AFLPcore.Data
Direct Known Subclasses:
Gel, Lane, SortableData

public abstract class Data
extends java.lang.Object

A class that holds all of the data for the program. The information will actually be stored in subclasses of this type, but this class will allow methods to accept several different data types.


Constructor Summary
Data()
           
 
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

Data

public Data()
Method Detail

clone

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