]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "possibleVariable from resource into SCL"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 12 Oct 2017 11:50:27 +0000 (14:50 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Thu, 12 Oct 2017 11:50:27 +0000 (14:50 +0300)
bundles/org.simantics.scl.db/scl/Simantics/Variables.scl

index d3127e69a691b530826063a77d0ea3772d217d87..12d06b76b0c5fff84d9af479cb33e7eb8d888366 100644 (file)
@@ -21,6 +21,9 @@ Example:
     """
     variable :: String -> <ReadGraph> Variable
     
+    @JavaName getPossibleVariable
+    possibleResourceVariable :: Resource -> <ReadGraph> Maybe Variable
+
     @JavaName getPossibleVariable
     possibleVariable :: String -> <ReadGraph> Maybe Variable