public class Model
extends java.lang.Object
For parallel simulation you must supply new versions of this class that synchronize themselves.
Modifier and Type | Field and Description |
---|---|
protected boolean |
done |
protected SimNode |
simNode |
Constructor and Description |
---|
Model(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
cancelPendingEvents() |
SimNode |
getSimNode() |
void |
processPendingEvents() |
void |
stopProcessingEvents() |