X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.base.ontology%2Fgraph%2FProperties.pgraph;h=d502e3d2f2e860ed22dbdc56340c9e44954a643d;hp=4cc93278ac5628c14dbcef86a1649f8c56ff7e77;hb=41736ad32e06490bbf5d32a3b2a0db8b2679ff99;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index 4cc93278a..d502e3d2f 100644 --- a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph +++ b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph @@ -5,7 +5,9 @@ SEL = PROPERTIES = DOC.Properties : L0.Library @L0.new - + +DOC.Document.definesAttributeRelation --> DOC.Document.AttributeRelation "String" @PROPERTIES.defAttribute L0.Value L0.HasLabel "Input URI" @@ -48,48 +50,56 @@ PROPERTIES.experiment "Variable" - -PROPERTIES.exists "String" + +PROPERTIES.exists + @defAttribute L0.Value L0.RequiresValueType "Boolean" -PROPERTIES.pathExists "EventHandler" + ==> "AbstractEventHandler" L0.HasLabel "SCL Function" -PROPERTIES.target : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.String +PROPERTIES.target : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target" -PROPERTIES.targets : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" +PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "String" + L0.HasLabel "Target type (optional)" + +PROPERTIES.targets : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Targets" -PROPERTIES.source : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.String +PROPERTIES.source : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Source" -PROPERTIES.sources : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" +PROPERTIES.sources : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Sources" PROPERTIES.ParameterType