org.simBio.bio.matsuoka_et_al_2003.current
Class MembraneTransporter

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.current.MembraneTransporter
All Implemented Interfaces:
Node
Direct Known Subclasses:
Carrier, Carrier, Carrier, CfChannel, Channel, Diffusion, IbCa, IbNa, ICa, ICab, ICaL, IK1, IK1, IKr, IKr, IKs, IKs, INa, INa, INab, INaCa, INaCa, INaK, IpCa, IpCa, IpK, IRyR, IRyR, Ito, Ito, Ito_endo, MembraneTransporter, Pipette, Pipette, PureKchannel, VoltageClamp

public abstract class MembraneTransporter
extends Reactor

Abstract class of membrane transporters.

Version:
$Id: MembraneTransporter.java,v 1.5 2007/11/30 03:05:16 nsarai Exp $
Author:
Nobuaki Sarai

Field Summary
protected  double cCa
           
 Node CCa
          to see Ca current component
protected  double cK
           
 Node CK
          to see K current component
protected  double cNa
           
 Node CNa
          to see Na current component
 Node current
           
 Node currentCa
           
 Node currentK
           
 Node currentNa
           
protected  double total
           
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
MembraneTransporter()
           
 
Method Summary
protected  void calculate(double t)
          add current to Compartment.
protected  void prepare()
          construct null current
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, 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

current

public Node current

currentNa

public Node currentNa

currentK

public Node currentK

currentCa

public Node currentCa

total

protected double total

cNa

protected double cNa

cK

protected double cK

cCa

protected double cCa

CNa

public Node CNa
to see Na current component


CK

public Node CK
to see K current component


CCa

public Node CCa
to see Ca current component

Constructor Detail

MembraneTransporter

public MembraneTransporter()
Method Detail

calculate

protected void calculate(double t)
add current to Compartment.

Specified by:
calculate in class Reactor
Parameters:
t - time

prepare

protected void prepare()
construct null current

Overrides:
prepare in class Parameter
See Also:
Component.prepare()


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