]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.layer0/graph/Layer0VariableProperties.pgraph
Merge "Defined L0.ValueType to make L0.Value(s) searchable from index"
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0VariableProperties.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2
3 L0.valid ==> "Boolean" <R L0.HasProperty : L0.FunctionalRelation
4 L0.required ==> "Boolean" <R L0.HasProperty : L0.FunctionalRelation
5 L0.default ==> "Boolean" <R L0.HasProperty : L0.FunctionalRelation
6 L0.readOnly ==> "Boolean" <R L0.HasProperty : L0.FunctionalRelation
7 L0.validator ==> "StringInputValidator" <R L0.HasProperty : L0.FunctionalRelation
8
9 L0.Entity
10   >-- L0.hasStandardResource ==> "Resource" <R L0.HasProperty : L0.FunctionalRelation
11     L0.HasDescription "The backend resource for standard graph-based Variables."
12   >-- L0.domainProperties ==> "VariableMap" <R L0.HasProperty : L0.FunctionalRelation 
13     L0.HasDescription "Returns a map of all domain properties of the entity."
14   >-- L0.domainChildren ==> "VariableMap" <R L0.HasProperty : L0.FunctionalRelation 
15     L0.HasDescription "Returns a map of all domain children of the entity."
16   >-- L0.valueAccessor ==> "ValueAccessor" <R L0.HasProperty : L0.FunctionalRelation 
17     L0.HasDescription "Returns an interface for accessing the value."
18   @L0.assert L0.hasStandardResource L0.Functions.hasStandardResource
19   @L0.assert L0.domainProperties L0.Functions.standardChildDomainProperties
20   @L0.assert L0.domainChildren L0.Functions.standardChildDomainChildren
21
22 L0.Value
23   @L0.assert L0.domainProperties L0.Functions.standardPropertyDomainProperties
24   @L0.assert L0.domainChildren L0.Functions.standardPropertyDomainChildren
25   
26 L0.Relation
27   >-- L0.classifications ==> "[String]" <R L0.HasProperty : L0.FunctionalRelation 
28     L0.HasDescription "Returns a set of classifications for this property."
29   @L0.assert L0.classifications L0.Functions.standardClassifications
30   @L0.assert L0.required L0.Functions.standardRequiredValue
31   @L0.assert L0.readOnly L0.Functions.standardReadOnlyValue
32   @L0.assert L0.valid L0.Functions.standardValidValue
33   @L0.assert L0.default L0.Functions.standardDefaultValue
34   @L0.assert L0.validator L0.Functions.standardValidator
35   
36 L0.PropertyRelation  
37   @L0.assert L0.domainProperties L0.Functions.standardPropertyDomainProperties
38   @L0.assert L0.domainChildren L0.Functions.standardPropertyDomainChildren
39   @L0.assert L0.valueAccessor L0.Functions.standardValueAccessor
40