]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Simulation.scl
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Simulation.scl
index 460d1cd0edf41e2259427ed574417f80178abadd..72166303ea6ec97967454ac9607671dbaf1af7b7 100644 (file)
@@ -7,7 +7,7 @@ importJava "org.simantics.simulation.experiment.ExperimentUtil" where
     simulateExperiment :: IExperiment -> Boolean -> <Proc> ()
     disposeExperiment :: IExperiment -> <Proc> ()
     getExperimentState :: IExperiment -> <ReadGraph> ExperimentState
-    possibleActiveRunVariable ::Resource -> <ReadGraph> Variable
+    possibleActiveRunVariable ::Resource -> <ReadGraph> Maybe Variable
     
 importJava "org.simantics.simulation.experiment.IExperiment" where
     data IExperiment