|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.config.Configuration
Common superclass for all configuration objects. Contains everything necessary for a Lineage.
Field Summary | |
protected int[] |
_hgtCounts
Our breakpoints for HGT. |
protected Genome |
_rootGenome
The root genome. |
protected int |
_totalTime
The total time to process evolution. |
protected GraphTopology |
_tree
The topology. |
Constructor Summary | |
Configuration()
Default constructor for Configuration objects. |
Method Summary | |
int[] |
getHGTCounts()
|
Genome |
getRootGenome()
Returns the root Genome. |
int |
getTotalTime()
|
GraphTopology |
getTree()
|
void |
setHGTCounts(int[] counts)
|
void |
setRootGenome(Genome genome)
Sets the root genome. |
void |
setTotalTime(int time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected GraphTopology _tree
protected int[] _hgtCounts
protected int _totalTime
protected Genome _rootGenome
Constructor Detail |
public Configuration()
Configuration
objects.
Creates a configuration with an empty topology and no HGT.
Method Detail |
public int[] getHGTCounts()
public void setHGTCounts(int[] counts)
counts
- The _hgtCounts to set.public int getTotalTime()
public void setTotalTime(int time)
time
- The _totalTime to set.public GraphTopology getTree()
public Genome getRootGenome()
public void setRootGenome(Genome genome)
genome
- The root Genome to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |