You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The simulation time unit is defined in the tag "timeUnit" of an SimulationConfig stereotype. If you do not define the value of this tag, the default unit of time is the millisecond. You can use ALH API to get a simulation time unit of execution.

public double getTimeUnit(String timeUnit) {
...
}