From: Antti Villberg Date: Mon, 24 Jul 2017 09:45:09 +0000 (+0300) Subject: possibleVariable into Simantics/Variables X-Git-Tag: v1.31.0~264^2~36^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=21137c34eea354153dbc83b92a5be05957b48ee5 possibleVariable into Simantics/Variables #7379 Change-Id: I2fdfb4ed186f08262d0f220f112a29f0f825c401 --- diff --git a/bundles/org.simantics.scl.db/scl/Simantics/Variables.scl b/bundles/org.simantics.scl.db/scl/Simantics/Variables.scl index a8ffd13db..9a6ffde8c 100644 --- a/bundles/org.simantics.scl.db/scl/Simantics/Variables.scl +++ b/bundles/org.simantics.scl.db/scl/Simantics/Variables.scl @@ -21,6 +21,9 @@ Example: """ variable :: String -> Variable + @JavaName getPossibleVariable + possibleVariable :: String -> Maybe Variable + @JavaName getVariable """ Function **resourceVariable** converts a resource to a corresponding variable.