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