Class BiofilmStruct

java.lang.Object
  extended by BiofilmStruct

public class BiofilmStruct
extends Object

object storing data about biofilm structure (basic geometry)

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

Constructor Summary
BiofilmStruct(double inidepthCurr, double inisusceptCurr, double poccupancy, double pcellDiameter, double pcrossArea)
           
 
Method Summary
 double getDepth()
          accessor methods
 double getSuscept()
           
 double updateDepth(double diffBT)
          core methods
 double updateSuscept(double phageLayer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiofilmStruct

public BiofilmStruct(double inidepthCurr,
                     double inisusceptCurr,
                     double poccupancy,
                     double pcellDiameter,
                     double pcrossArea)
Method Detail

getDepth

public double getDepth()
accessor methods


getSuscept

public double getSuscept()

updateDepth

public double updateDepth(double diffBT)
core methods


updateSuscept

public double updateSuscept(double phageLayer)