]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ontology / graph / scl / SCLMain.scl
1 include "Simantics/All"
2 include "Spreadsheet/All"
3
4 sheetSourceContribution :: Resource -> <ReadGraph> [Variable]
5 sheetSourceContribution sheet = [variable $ uriOf sheet]
6
7 sheetSourceContributionLabeler :: Variable -> <ReadGraph> String
8 sheetSourceContributionLabeler variable = "Sheet"
9