]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 include "Simantics/All"\r
2 include "Spreadsheet/All"\r
3 \r
4 sheetSourceContribution :: Resource -> <ReadGraph> [Variable]\r
5 sheetSourceContribution sheet = [variable $ uriOf sheet]\r
6 \r
7 sheetSourceContributionLabeler :: Variable -> <ReadGraph> String\r
8 sheetSourceContributionLabeler variable = "Sheet"\r
9