]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ontology / graph / scl / SCLMain.scl
diff --git a/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl b/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl
new file mode 100644 (file)
index 0000000..00ec6b4
--- /dev/null
@@ -0,0 +1,9 @@
+include "Simantics/All"\r
+include "Spreadsheet/All"\r
+\r
+sheetSourceContribution :: Resource -> <ReadGraph> [Variable]\r
+sheetSourceContribution sheet = [variable $ uriOf sheet]\r
+\r
+sheetSourceContributionLabeler :: Variable -> <ReadGraph> String\r
+sheetSourceContributionLabeler variable = "Sheet"\r
+  
\ No newline at end of file