|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexperiments.Exp
public class Exp
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 |
---|
protected Genome gen
Constructor Detail |
---|
public Exp()
public Exp(java.io.File f)
Method Detail |
---|
public Genome getGen()
public void setGen(Genome gen)
gen
- the Genome to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |