org.simBio.bio.terashima_et_al_2006.current.cf
Class INab
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter
org.simBio.bio.terashima_et_al_2006.current.MembraneTransporter
org.simBio.bio.terashima_et_al_2006.current.cf.CfChannel
org.simBio.bio.terashima_et_al_2006.current.cf.INab
- All Implemented Interfaces:
- Node
public class INab
- extends CfChannel
background Sodium current.
- Version:
- $Log: INab.java,v $
Revision 1.1 2005/11/01 06:32:39 mikaelwing
First version of simBio hosted on sourceforge, version 0.3
Revision 1.1 2005/10/17 07:53:04 mikael
Moved from branch dev_terashima_et_al_2005
Revision 1.1.2.4 2005/07/01 12:21:54 sarai
revised Javadoc
2005/2/5 Takeuchi change permeabilityK to Node
- Author:
- Ayako Takeuchi
Field Summary |
double |
NaKratio
ratio of Na+ conductance to K+ conductance |
Node |
permeabilityK
converting factor (conductance) for K+ background current [pA/pF/mM] |
Fields inherited from class org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter |
cCa, CCa, cK, CK, cNa, CNa, current, currentCa, currentK, currentNa, total |
Constructor Summary |
INab()
|
Method Summary |
protected void |
calculate(double t)
add Cl current to Compartment.
|
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 |
NaKratio
public double NaKratio
- ratio of Na+ conductance to K+ conductance
permeabilityK
public Node permeabilityK
- converting factor (conductance) for K+ background current [pA/pF/mM]
INab
public INab()
calculate
protected void calculate(double t)
- Description copied from class:
MembraneTransporter
- add Cl current to Compartment.
- Overrides:
calculate
in class CfChannel
- Parameters:
t
- time- See Also:
CfChannel.calculate(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.