public interface SimulationDebugger
Modifier and Type | Method and Description |
---|---|
void |
close()
close simulation run
|
void |
init(VariableScope execution)
initialize simulation run
|
void |
runContinue()
continue in the simulation run
|
void |
runTo(long simulationTime)
execute simulation run till simulationTime
|
void |
runTo(String simulationEventType)
execute simulation run till simulation event of the specific type
|
void |
step()
step one simulation event forward
|
void init(VariableScope execution)
execution
- - variable scope to transfer variables from and to simulation runvoid step()
void runContinue()
void runTo(long simulationTime)
void runTo(String simulationEventType)
void close()
Copyright © 2016 Alfresco. All rights reserved.