halo.halflife.alpha
Class AlphaCellDivision

java.lang.Object
  extended by halo.halflife.alpha.AlphaCellDivision
All Implemented Interfaces:
Alpha

public class AlphaCellDivision
extends java.lang.Object
implements Alpha

Provides an alpha calculation method for the modeling of cell division

Author:
Stefanie Kaufmann

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

AlphaCellDivision

public AlphaCellDivision(double ccl)
Constructor for an alpha object for modeling of cell division

Parameters:
ccl - The parameter ccl used for the calculation
Method Detail

alpha

public double alpha(double t)
The function that calculates alpha according to the cell division model function

Specified by:
alpha in interface Alpha
Parameters:
t - The time for which the alpha will be calculated
Returns:
The alpha for this time point

getCcl

public double getCcl()
Returns the parameter ccl

Returns:
The parameter ccl