X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.db%2Fscl%2FSimantics%2FDB.scl;h=ac50e3e73525dab3bd2f5afb71c59a0ab97800ed;hp=e91b7d78667a95a74da0f238ab37f7aca44c27b2;hb=6a4a43b278d6819c660182eb4954524d1757e077;hpb=4e40f9793cc18f08f1fa6c96d9bb4f42408997b4 diff --git a/bundles/org.simantics.scl.db/scl/Simantics/DB.scl b/bundles/org.simantics.scl.db/scl/Simantics/DB.scl index e91b7d786..ac50e3e73 100644 --- a/bundles/org.simantics.scl.db/scl/Simantics/DB.scl +++ b/bundles/org.simantics.scl.db/scl/Simantics/DB.scl @@ -86,6 +86,9 @@ importJava "org.simantics.db.ReadGraph" where getDataType :: Resource -> Datatype + @JavaName getSupertypes + superTypesOf :: Resource -> Set.T Resource + @private @JavaName getURI uriOfResource :: Resource -> String