]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "possibleVariable into Simantics/Variables"
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 24 Jul 2017 10:01:47 +0000 (13:01 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Mon, 24 Jul 2017 10:01:47 +0000 (13:01 +0300)
bundles/org.simantics.scl.db/scl/Simantics/Variables.scl

index a8ffd13db76dedbe5ff5093e5e9ee722a96c7aea..9a6ffde8c17267717a3113d3ecfded655e262942 100644 (file)
@@ -21,6 +21,9 @@ Example:
     """
     variable :: String -> <ReadGraph> Variable
     
+    @JavaName getPossibleVariable
+    possibleVariable :: String -> <ReadGraph> Maybe Variable
+
     @JavaName getVariable
     """
 Function **resourceVariable** converts a resource to a corresponding variable.