Class AIP

java.lang.Object
  extended by AIP

public class AIP
extends Object

object storing data about AIP concentration inside biofilm

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

Constructor Summary
AIP(double iniAIP, double psigmaRate, double pgammaRate, double pAIPmax, double pAIPthres, double pcarryCap)
           
 
Method Summary
 double getAIP()
           
 double getAIPprev()
           
 double updateAIP(double BT)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIP

public AIP(double iniAIP,
           double psigmaRate,
           double pgammaRate,
           double pAIPmax,
           double pAIPthres,
           double pcarryCap)
Method Detail

getAIP

public double getAIP()

getAIPprev

public double getAIPprev()

updateAIP

public double updateAIP(double BT)