org.simBio.bio.kuzumoto_et_al_2007.contraction
クラス ParallelElementForce

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.Composite
              上位を拡張 org.simBio.util.numerical.MathUnivariableFunction
                  上位を拡張 org.simBio.bio.kuzumoto_et_al_2007.contraction.ParallelElementForce
すべての実装されたインタフェース:
Node

public class ParallelElementForce
extends MathUnivariableFunction

Parallel element force of NL contraction model, Negroni JA and Lascano EC. J Mol Cell Cardiol 31: 1509-1526, 1999.

バージョン:
$Id: ParallelElementForce.java,v 1.1 2007/12/15 07:21:54 nsarai Exp $
作成者:
SHIMAYOSHI Takao
関連項目:
Negroni JA and Lascano EC, J Mol Cell Cardiol 28: 915-929, 1996.

フィールドの概要
 double K
           
 double Kl
           
protected static double L0
           
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
ParallelElementForce()
           
 
メソッドの概要
 double evaluate(double L)
          Evaluates this function at specified value.
 
クラス 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
 

フィールドの詳細

L0

protected static final double L0
関連項目:
定数フィールド値

K

public double K

Kl

public double Kl
コンストラクタの詳細

ParallelElementForce

public ParallelElementForce()
メソッドの詳細

evaluate

public double evaluate(double L)
クラス MathUnivariableFunction の記述:
Evaluates this function at specified value.

定義:
クラス MathUnivariableFunction 内の evaluate
パラメータ:
L - The value.
戻り値:
the function value.


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