|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.simBio.Run
public class Run
Automatically calculates models. Set arguments of model xml files.
| コンストラクタの概要 | |
|---|---|
Run()
|
|
| メソッドの概要 | |
|---|---|
static void |
main(java.lang.String[] args)
Main entry. |
static void |
setMaxThreads(int maxThreads)
Sets the maximum number of threads. |
static Composite |
start(Serializer serializer,
java.lang.String id,
java.io.Reader reference)
Creates the model instance and starts the calculation. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Run()
| メソッドの詳細 |
|---|
public static void main(java.lang.String[] args)
args - uris of xml filepublic static void setMaxThreads(int maxThreads)
maxThreads - maximum number of threads
public static Composite start(Serializer serializer,
java.lang.String id,
java.io.Reader reference)
serializer - an XML serializer for creating a model instanceid - id of the modelreference - a Reader object which is passed to the nested class Saver
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||