|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.Run
public class Run
Automatically calculates models. Set arguments of model xml files.
| Constructor Summary | |
|---|---|
Run()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Run()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||