org.simBio
クラス Run

java.lang.Object
  上位を拡張 org.simBio.Run
直系の既知のサブクラス:
ResultGenerator

public class Run
extends java.lang.Object

Automatically calculates models. Set arguments of model xml files.

バージョン:
$Id: Run.java,v 1.9 2006/12/15 02:38:52 nsarai Exp $
作成者:
Nobuaki Sarai

コンストラクタの概要
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
 

コンストラクタの詳細

Run

public Run()
メソッドの詳細

main

public static void main(java.lang.String[] args)
Main entry.

パラメータ:
args - uris of xml file

setMaxThreads

public static void setMaxThreads(int maxThreads)
Sets the maximum number of threads.

パラメータ:
maxThreads - maximum number of threads

start

public static Composite start(Serializer serializer,
                              java.lang.String id,
                              java.io.Reader reference)
Creates the model instance and starts the calculation.

パラメータ:
serializer - an XML serializer for creating a model instance
id - id of the model
reference - a Reader object which is passed to the nested class Saver
戻り値:
a model instance


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