org.simBio.bio.matsuoka_et_al_2003.molecule.buffer
Class Buffer

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Reactor
                  extended by org.simBio.bio.matsuoka_et_al_2003.molecule.buffer.Buffer
All Implemented Interfaces:
Node
Direct Known Subclasses:
Analytic, Analytic_RK, CaBuffer_RK, InstantCaBuffer, ODE, TroponinNL

public abstract class Buffer
extends Reactor

abstract of buffer

Author:
modified by Kim

Field Summary
 Node free
          free concentration (mM)
 double total
          Total concentration (mM)
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
Buffer()
           
 
Method Summary
 
Methods inherited from class org.simBio.core.Reactor
calculate
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField
 
Methods inherited from class org.simBio.core.Component
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.simBio.core.Node
addDydt, addValue, getValue, setValue
 

Field Detail

free

public Node free
free concentration (mM)


total

public double total
Total concentration (mM)

Constructor Detail

Buffer

public Buffer()


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.