|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalo.halflife.alpha.AlphaCellDivision
public class AlphaCellDivision
Provides an alpha calculation method for the modeling of cell division
Constructor Summary | |
---|---|
AlphaCellDivision(double ccl)
Constructor for an alpha object for modeling of cell division |
Method Summary | |
---|---|
double |
alpha(double t)
The function that calculates alpha according to the cell division model function |
double |
getCcl()
Returns the parameter ccl |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlphaCellDivision(double ccl)
ccl
- The parameter ccl used for the calculationMethod Detail |
---|
public double alpha(double t)
alpha
in interface Alpha
t
- The time for which the alpha will be calculated
public double getCcl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |