public class SimRunner
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected int |
numberReplications |
protected boolean |
singleStep |
protected java.lang.String |
stopEvent |
protected int |
stopEventCount |
protected java.lang.Class<?>[] |
stopEventSignature |
protected boolean |
stopOnEvent |
protected double |
stopTime |
protected StopType |
stopType |
protected boolean |
verbose |
Modifier | Constructor and Description |
---|---|
protected |
SimRunner()
Creates a new instance of SimRunner
|
Modifier and Type | Method and Description |
---|---|
static SimRunner |
getSimRunner(org.w3c.dom.Element element)
Creates a SimRunner from the information contained in the given root
Element.
|
static void |
main(java.lang.String[] args)
A test method.
|
void |
run()
Starts the simulation.
|
java.lang.String |
toString() |
protected boolean verbose
protected boolean singleStep
protected double stopTime
protected boolean stopOnEvent
protected java.lang.String stopEvent
protected int stopEventCount
protected java.lang.Class<?>[] stopEventSignature
protected StopType stopType
protected int numberReplications
public static SimRunner getSimRunner(org.w3c.dom.Element element)
element
- Given Elementpublic void run()
run
in interface java.lang.Runnable
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args) throws java.lang.Throwable
args
- command line argumentsjava.lang.Throwable
- if problem with files