]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.layer0/graph/Layer0Tags.pgraph
Merge "Defined L0.ValueType to make L0.Value(s) searchable from index"
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0Tags.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2
3 L0.Abstract
4     @L0.defTag 
5     L0.HasDescription "Instances of a type tagged as Abstract cannot be directly instantiated." 
6     //L0.HasDomain L0.Type
7 L0.Deprecated
8     @L0.defTag        
9 L0.Enumeration
10     @L0.defTag
11     L0.HasDescription "Instances of a type tagged Enumeration cannot be instantiated outside of the ontology that defines it." 
12     L0.HasDomain L0.Type
13 L0.Final
14     @L0.defTag
15 L0.SharedRange
16     @L0.defTag
17     L0.HasDescription "Used in export to determine optional fragments."
18 L0.Immutable
19     @L0.defTag
20     L0.HasDescription "Indicates that a relation can only be modified when subject is created or destroyed."