org.simBio.bio.cor
クラス Hodgkin_huxley_squid_axon_1952_modified

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.Composite
              上位を拡張 org.simBio.core.Reactor
                  上位を拡張 org.simBio.bio.cor.Hodgkin_huxley_squid_axon_1952_modified
すべての実装されたインタフェース:
Node

public class Hodgkin_huxley_squid_axon_1952_modified
extends Reactor

Conversion from CellML 1.0 to Java was done using COR (0.9.31.28)
Copyright (c) 2002-2005 Oxford Cardiac Electrophysiology Group

関連項目:
http://COR.physiol.ox.ac.uk/, COR@physiol.ox.ac.uk, http://www.CellML.org/

フィールドの概要
 double leakage_current_g_L
          leakage_current_g_L (milliS_per_cm2).
 double membrane_Cm
          membrane_Cm (microF_per_cm2).
 double membrane_E_R
          membrane_E_R (millivolt).
 Node membrane_V
          membrane_V (millivolt).
 double potassium_channel_g_K
          potassium_channel_g_K (milliS_per_cm2).
 Node potassium_channel_n_gate_n
          potassium_channel_n_gate_n (dimensionless).
 double sodium_channel_g_Na
          sodium_channel_g_Na (milliS_per_cm2).
 Node sodium_channel_h_gate_h
          sodium_channel_h_gate_h (dimensionless).
 Node sodium_channel_m_gate_m
          sodium_channel_m_gate_m (dimensionless).
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
Hodgkin_huxley_squid_axon_1952_modified()
           
 
メソッドの概要
protected  void calculate(double t)
          Computation.
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, prepare, 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
 

フィールドの詳細

membrane_V

public Node membrane_V
membrane_V (millivolt).


potassium_channel_n_gate_n

public Node potassium_channel_n_gate_n
potassium_channel_n_gate_n (dimensionless).


sodium_channel_h_gate_h

public Node sodium_channel_h_gate_h
sodium_channel_h_gate_h (dimensionless).


sodium_channel_m_gate_m

public Node sodium_channel_m_gate_m
sodium_channel_m_gate_m (dimensionless).


leakage_current_g_L

public double leakage_current_g_L
leakage_current_g_L (milliS_per_cm2).


membrane_Cm

public double membrane_Cm
membrane_Cm (microF_per_cm2).


membrane_E_R

public double membrane_E_R
membrane_E_R (millivolt).


potassium_channel_g_K

public double potassium_channel_g_K
potassium_channel_g_K (milliS_per_cm2).


sodium_channel_g_Na

public double sodium_channel_g_Na
sodium_channel_g_Na (milliS_per_cm2).

コンストラクタの詳細

Hodgkin_huxley_squid_axon_1952_modified

public Hodgkin_huxley_squid_axon_1952_modified()
メソッドの詳細

calculate

protected void calculate(double t)
Computation.

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


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