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=0ecca5e065d27b0099252e2da407859a8cfd5c9e;hb=41736ad32e06490bbf5d32a3b2a0db8b2679ff99;hpb=86e91ef31d25e4d5950cae130754846d15119c61 diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index 0ecca5e06..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,53 +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.hyperlinkTarget : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.String +PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target type (optional)" -PROPERTIES.targets : PROPERTIES.ParameterType : L0.FunctionalRelation - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" +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