Class UninfectedBiofilmPop

java.lang.Object
  extended by TotalBiofilmPop
      extended by UninfectedBiofilmPop

public class UninfectedBiofilmPop
extends TotalBiofilmPop

object storing data about uninfected biofilm subpopulation

Version:
1.0 Oct. 24, 2010
Author:
Shing Hei Zhan, University of British Columbia 2010 iGEM team

Field Summary
 
Fields inherited from class TotalBiofilmPop
carryCap, convRate, growthRateI, growthRateU, lysisRate, popCount, popCountPrev, portionLytic
 
Constructor Summary
UninfectedBiofilmPop(double inipopCount, double pgrowthRateU, double pcarryCap)
          variables and parameters
 
Method Summary
 double updatePopCount(double BT, double Bi, double P, double eps, double kappa)
          overloads parent method
 
Methods inherited from class TotalBiofilmPop
getPopCount, getPopCountPrev, getTermX, getTheta, updatePopCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninfectedBiofilmPop

public UninfectedBiofilmPop(double inipopCount,
                            double pgrowthRateU,
                            double pcarryCap)
variables and parameters

Method Detail

updatePopCount

public double updatePopCount(double BT,
                             double Bi,
                             double P,
                             double eps,
                             double kappa)
overloads parent method