X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.base.ontology%2Fgraph%2FComponents.pgraph;h=e89d7458926dfff6dac5e30b8f077498a47b9e53;hp=5fa11e906f7433e02c585926695e3e1a710dd15a;hb=3772b8c75d61b4617bddc8cba49c3e37d0b0e749;hpb=de86e08dadfd2733d23b3fe2817b27ae835d9f3b diff --git a/bundles/org.simantics.document.base.ontology/graph/Components.pgraph b/bundles/org.simantics.document.base.ontology/graph/Components.pgraph index 5fa11e906..e89d74589 100644 --- a/bundles/org.simantics.document.base.ontology/graph/Components.pgraph +++ b/bundles/org.simantics.document.base.ontology/graph/Components.pgraph @@ -21,13 +21,13 @@ connectionPoint = COMPONENTS.connectionPoint : L0.Template >-- %relation sclAttribute = COMPONENTS.sclAttribute : L0.Template - @template %subject %relation %command + @template %subject %relation %command %valueType %subject >-- %relation L0.Asserts _ : L0.Assertion L0.HasPredicate %relation L0.HasObject _ : DOC.SCLValue - L0.HasValueType "String" + L0.HasValueType %valueType L0.SCLValue.expression %command L0.default false @@ -49,9 +49,15 @@ DOC.sclValue : L0.Template L0.HasValueType %valueType DOC.SCLValue compileDocumentSCLValueExpression self""" "Variable -> String" @L0.assert L0.ConvertsToValueWith DOC.Functions.sclValue : L0.ExternalValue +DOC.HandlerSCLValue compileSimupediaSCLHandlerValueExpression self""" "Variable -> String" + @L0.assert L0.ConvertsToValueWith + DOC.Functions.sclHandlerValue : L0.ExternalValue + /* Basic component types */ COMPONENTS.Component -- COMPONENTS.Component.manualOrdinal --> L0.Integer