Module Simantics/Simulation

This module is undocumented. This is a list of its definitions.

DISPOSED :: ExperimentState
INITIALIZING :: ExperimentState
RUNNING :: ExperimentState
STOPPED :: ExperimentState
activateExperiment :: Resource -> <WriteGraph> Resource
activateExperimentAction :: Resource -> <Proc> ()
activateRun :: Resource -> <WriteGraph> ()
createExperimentRun :: Resource -> <WriteGraph> Resource
createExperimentRunWithType :: Resource -> Resource -> <WriteGraph> Resource
disposeExperiment :: IExperiment -> <Proc> ()
experimentFromRun :: Variable -> <ReadGraph> IExperiment
getExperimentState :: IExperiment -> <ReadGraph> ExperimentState
possibleActiveRunVariable :: Resource -> <ReadGraph> Maybe Variable
refreshExperiment :: IExperiment -> <ReadGraph> ()
simulate :: Boolean -> <Proc> ()
simulateExperiment :: IExperiment -> Boolean -> <Proc> ()
stepExperiment :: IExperiment -> Double -> <Proc> ()