X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ontology%2Fgraph%2FModeling.pgraph;h=82808f837b425f2726f1f9df57f279249997d29e;hb=1819be12c9a971df1dea5daa8190162ac1e20bb6;hp=e566026b12fa14bd8e4082e0d10c70d2dd4b8755;hpb=e3446802a81064942a7cbfea0c577e21ae5ae658;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph b/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph index e566026b1..82808f837 100644 --- a/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph +++ b/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph @@ -5,6 +5,7 @@ PROJ = G2D = DIA = SIMU = +GF = DOC = ISSUE = SG = @@ -325,6 +326,12 @@ MOD.scl : L0.Template L0.SCLValue.expression %expression L0.HasValueType %valueType +MOD.sclValue : L0.Template + @template %subject %expression %valueType + %subject : MOD.SCLValue + L0.SCLValue.expression %expression + L0.HasValueType %valueType + MOD.sclAssertion : L0.Template @template %type %property %expression %valueType %type @@ -530,4 +537,37 @@ MOD.IssueDecorationStyle : DIA.Style MOD.PreferredDiagramEditorID "Resource -> Vector Byte" Vector Byte" + +L0.SCLScript + MOD.contentDumpFunction + MOD.SCLScriptContentDumpFunction + @L0.sclValue "sclScriptContentDump" "Resource -> Vector Byte" + +L0.PGraph + MOD.contentDumpFunction + MOD.PGraphContentDumpFunction + @L0.sclValue "pgraphContentDump" "Resource -> Vector Byte" + +GF.File + MOD.contentDumpFunction + MOD.GraphFileContentDumpFunction + @L0.sclValue "graphFileContentDump" "Resource -> Vector Byte" + +STR.Component + MOD.contentDumpFunction + MOD.StructuralComponentContentDumpFunction + @L0.sclValue "structuralComponentContentDump" "Resource -> Vector Byte" + +SEL.GenericParameterType + MOD.contentDumpFunction + MOD.GenericParameterTypeContentDumpFunction + @L0.sclValue "genericParameterTypeContentDump" "Resource -> Vector Byte"