org.simBio
クラス ResultGenerator

java.lang.Object
  上位を拡張 org.simBio.Run
      上位を拡張 org.simBio.ResultGenerator

public class ResultGenerator
extends Run

Apply different protocols to a model, and change the parameters such as magnitude of the currents. Arguments: [an xml file of model] [an xml file of protocol].
シミュレーション結果を多数生成するdmパッケージentry。 最初の引数に基準のmodel xmlを、2番目の引数にパラメータ生成プロトコルを記述したxmlを指定して下さい。

例として、xml/matsuoka_et_al_2003/APDにINaICaLContourPlot.png作成に用いたxmlがあります。 model.xmlがAPDを計測する為の基準model xmlで、 INaICaL.xmlがINa,ICaLのamplitudeを変化させるprotocol xmlです。 その結果生成されるcsvを整形した物がINa_ICaL.csvです。 INaICaLContourPlot.pngはjfreechartのContourPlotDemo.javaを利用して生成しました。

バージョン:
$Id: ResultGenerator.java,v 1.14 2007/11/08 07:17:29 mikaelwing Exp $
作成者:
Shohei Hido
関連項目:
"xml/matsuoka_et_al_2003/APD/model.xml", "xml/matsuoka_et_al_2003/APD/INaICaL.xml"

フィールドの概要
static boolean cutDuration
           
 
コンストラクタの概要
ResultGenerator()
           
 
メソッドの概要
static void demo(java.io.InputStream modelInput, java.io.InputStream protocolInput)
          Make protocols of parameter exchanging by running thrue all iterations.
static void main(java.lang.String[] args)
           
 
クラス org.simBio.Run から継承されたメソッド
setMaxThreads, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

cutDuration

public static boolean cutDuration
コンストラクタの詳細

ResultGenerator

public ResultGenerator()
メソッドの詳細

main

public static void main(java.lang.String[] args)
関連項目:
Run.main(java.lang.String[])

demo

public static void demo(java.io.InputStream modelInput,
                        java.io.InputStream protocolInput)
Make protocols of parameter exchanging by running thrue all iterations.

パラメータ:
modelInput -
protocolInput -


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