]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
possibleVariable from resource into SCL 01/1101/1
authorAntti Villberg <antti.villberg@semantum.fi>
Thu, 12 Oct 2017 11:30:35 +0000 (14:30 +0300)
committerAntti Villberg <antti.villberg@semantum.fi>
Thu, 12 Oct 2017 11:30:35 +0000 (14:30 +0300)
refs #7543

Change-Id: Id0720a95bdc912043c2ecebe69ca7192098731ee

bundles/org.simantics.scl.db/scl/Simantics/Variables.scl

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