From: Antti Villberg Date: Mon, 20 Mar 2017 06:50:32 +0000 (+0200) Subject: possibleActiveRunVariable should return Maybe Variable X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;ds=inline;h=2eed2debdc50f5aa6c01234091bbefbbed895d40;p=simantics%2Fplatform.git 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