Uses of Interface
halo.halflife.alpha.Alpha

Packages that use Alpha
halo.halflife Provides for the calculation and handling of half-lives. 
halo.halflife.alpha Provides for the calculation of alpha functions. 
halo.userinterface.gui Provides for the generation and handling of a graphical user interface, as well as the starting of corresponding calculations according to user input. 
 

Uses of Alpha in halo.halflife
 

Methods in halo.halflife that return Alpha
 Alpha HalfLife.getAlpha()
          Returns the alpha object defining the calculation method of alpha
 

Methods in halo.halflife with parameters of type Alpha
 void HalfLife.setAlpha(Alpha alpha)
          Sets the Alpha object defining the method for calculation of alpha(t)
 

Uses of Alpha in halo.halflife.alpha
 

Classes in halo.halflife.alpha that implement Alpha
 class AlphaCellDivision
          Provides an alpha calculation method for the modeling of cell division
 class AlphaConstant
          Contains the function alpha and its default value extendable for definition of new alpha functions
 

Uses of Alpha in halo.userinterface.gui
 

Methods in halo.userinterface.gui that return Alpha
 Alpha GuiHalfLife.getAlpha()
          Returns the alpha function of the first half-life object, based on the assumption that all objects use the same alpha
 

Methods in halo.userinterface.gui with parameters of type Alpha
 void GuiHalfLife.setAlpha(Alpha alpha)
          Sets the alpha object