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

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.CrossBridgeForce
すべての実装されたインタフェース:
Node

public class CrossBridgeForce
extends MathUnivariableFunction

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

バージョン:
$Id: CrossBridgeForce.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 A
          force of cross bridge and parallel elastic comp.
 Node TCaCB
           
 Node TCB
           
 Node X
           
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
CrossBridgeForce()
           
 
メソッドの概要
 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
 

フィールドの詳細

A

public double A
force of cross bridge and parallel elastic comp.


X

public Node X

TCaCB

public Node TCaCB

TCB

public Node TCB
コンストラクタの詳細

CrossBridgeForce

public CrossBridgeForce()
メソッドの詳細

evaluate

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

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


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