From: Antti Villberg Date: Mon, 20 Mar 2017 06:50:32 +0000 (+0200) Subject: possibleActiveRunVariable should return Maybe Variable X-Git-Tag: v1.28.0~49 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=03b0440388d6f2638c9b205debe3a82afd811fc9 possibleActiveRunVariable should return Maybe Variable refs #7026 Change-Id: I00cd147ab934932027753bd9f17b51da5c05a85e --- diff --git a/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl b/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl index 460d1cd0e..72166303e 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl @@ -7,7 +7,7 @@ importJava "org.simantics.simulation.experiment.ExperimentUtil" where simulateExperiment :: IExperiment -> Boolean -> () disposeExperiment :: IExperiment -> () getExperimentState :: IExperiment -> ExperimentState - possibleActiveRunVariable ::Resource -> Variable + possibleActiveRunVariable ::Resource -> Maybe Variable importJava "org.simantics.simulation.experiment.IExperiment" where data IExperiment