Uses of Class
com.scaleoutsoftware.digitaltwin.development.SimulationStep
Packages that use SimulationStep
Package
Description
Digital twin development API - Develop and test simulation/real-time digital twins.
-
Uses of SimulationStep in com.scaleoutsoftware.digitaltwin.development
Methods in com.scaleoutsoftware.digitaltwin.development that return SimulationStepModifier and TypeMethodDescriptionWorkbench.initializeSimulation(long startTime, long endTime, long interval) Initializes the simulation so that each interval can be run separately by calling theWorkbench.step()function.Workbench.runSimulation(long startTime, long endTime, double speedup, long interval) Runs a simulation from the given startTime until the given endTime OR there is no more work to do.Workbench.step()Run the next simulation interval.