Class DspB

java.lang.Object
  extended by DspB

public class DspB
extends Object

object storing data about DspB concentration inside biofilm

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

Constructor Summary
DspB(double iniDspB, double pProductRateS)
           
 
Method Summary
 double getDspB()
           
 double getDspBprev()
           
 double getTermZ(double Bl, double lysisRate, double aip, double aipThres)
           
 double updateDspB(double washOffRate, double Bl, double lysisRate, double aip, double aipThres)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DspB

public DspB(double iniDspB,
            double pProductRateS)
Method Detail

getDspB

public double getDspB()

getDspBprev

public double getDspBprev()

getTermZ

public double getTermZ(double Bl,
                       double lysisRate,
                       double aip,
                       double aipThres)

updateDspB

public double updateDspB(double washOffRate,
                         double Bl,
                         double lysisRate,
                         double aip,
                         double aipThres)