experiments
Class Exp

java.lang.Object
  extended by experiments.Exp
Direct Known Subclasses:
ExpLZ77, ExpTypSeq, ExpTypSeqProf

public class Exp
extends java.lang.Object

This class represents a basic experiment. It contains only a Genome variable called gen. This class is extended by other classes in experiments package.


Field Summary
protected  Genome gen
           
 
Constructor Summary
Exp()
          Generates an empty experiment (empty genome)
Exp(java.io.File f)
          Generates an experiment which refers to the genome in fasta file f
 
Method Summary
 Genome getGen()
           
 void setGen(Genome gen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gen

protected Genome gen
Constructor Detail

Exp

public Exp()
Generates an empty experiment (empty genome)


Exp

public Exp(java.io.File f)
Generates an experiment which refers to the genome in fasta file f

Method Detail

getGen

public Genome getGen()
Returns:
the Genome gen

setGen

public void setGen(Genome gen)
Parameters:
gen - the Genome to set