Package | Description |
---|---|
desmoj.extensions.visualization2d.animation.core.simulator |
This package is the animated version of
package desmoj.core.simulator
|
Modifier and Type | Method and Description |
---|---|
CmdGeneration |
ModelAnimation.getCmdGen()
gives CmdGeneration Object
|
Constructor and Description |
---|
ModelAnimation(ModelAnimation owner,
java.lang.String name,
CmdGeneration cmdGen,
boolean showInReport,
boolean showInTrace,
boolean showInAnimation)
ModelAnimation extends Model about a CmdGeneration
instance and a showInAnimation switch.
|