org.simBio.bio.matsuoka_et_al_2003.current
クラス MembraneTransporter

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
すべての実装されたインタフェース:
Node
直系の既知のサブクラス:
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.

バージョン:
$Id: MembraneTransporter.java,v 1.5 2007/11/30 03:05:16 nsarai Exp $
作成者:
Nobuaki Sarai

フィールドの概要
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
           
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
MembraneTransporter()
           
 
メソッドの概要
protected  void calculate(double t)
           Compartmentの電流に足し合わせる。
protected  void prepare()
          construct null current
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

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

コンストラクタの詳細

MembraneTransporter

public MembraneTransporter()
メソッドの詳細

calculate

protected void calculate(double t)
Compartmentの電流に足し合わせる。

定義:
クラス Reactor 内の calculate
パラメータ:
t - time

prepare

protected void prepare()
construct null current

オーバーライド:
クラス Parameter 内の prepare
関連項目:
Component.prepare()


???(C) 2002-2007 ?????????????????????