X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ontology%2Fgraph%2FModeling.pgraph;h=52a37f738ca76566ede5fe44d1589a174c042536;hp=2d3c38d65e1d98a8db9d2ed7ee82b08ec6e6bf40;hb=4bc25acb8086df68836950af08faeacd382e5427;hpb=e36d0cb0313ea18c76479e8dbfaf8499fa52db98 diff --git a/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph b/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph index 2d3c38d65..52a37f738 100644 --- a/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph +++ b/bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph @@ -325,6 +325,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 @@ -411,6 +417,10 @@ MOD.changeInformation ()" +MOD.OntologicalRequirementTracker trackOntologicalRequirements""" + "LifeCycleContext -> ()" + @MOD.sclAssertion MOD.LifeCycleProcess.unload + """\x -> untrackOntologicalRequirements""" + "LifeCycleContext -> ()" + MOD.EditorContribution MOD.EditorContribution.canHandle ==> "Resource -> Boolean" MOD.EditorContribution.editorId --> L0.String "Resource -> Vector Byte" Vector Byte" + +L0.PGraph + MOD.contentDumpFunction + MOD.PGraphContentDumpFunction + @L0.sclValue "pgraphContentDump" "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" + \ No newline at end of file