]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0/graph/Layer0Tags.pgraph
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0Tags.pgraph
diff --git a/bundles/org.simantics.layer0/graph/Layer0Tags.pgraph b/bundles/org.simantics.layer0/graph/Layer0Tags.pgraph
new file mode 100644 (file)
index 0000000..19f897d
--- /dev/null
@@ -0,0 +1,20 @@
+L0 = <http://www.simantics.org/Layer0-1.1>\r
+\r
+L0.Abstract\r
+    @L0.defTag \r
+    L0.HasDescription "Instances of a type tagged as Abstract cannot be directly instantiated." \r
+    //L0.HasDomain L0.Type\r
+L0.Deprecated\r
+    @L0.defTag        \r
+L0.Enumeration\r
+    @L0.defTag\r
+    L0.HasDescription "Instances of a type tagged Enumeration cannot be instantiated outside of the ontology that defines it." \r
+    L0.HasDomain L0.Type\r
+L0.Final\r
+    @L0.defTag\r
+L0.SharedRange\r
+    @L0.defTag\r
+    L0.HasDescription "Used in export to determine optional fragments."\r
+L0.Immutable\r
+    @L0.defTag\r
+    L0.HasDescription "Indicates that a relation can only be modified when subject is created or destroyed."    
\ No newline at end of file