X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.layer0%2Fgraph%2FLayer0Tags.pgraph;fp=bundles%2Forg.simantics.layer0%2Fgraph%2FLayer0Tags.pgraph;h=19f897dea3e04e78e05a21deae04f056964f5e12;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0/graph/Layer0Tags.pgraph b/bundles/org.simantics.layer0/graph/Layer0Tags.pgraph new file mode 100644 index 000000000..19f897dea --- /dev/null +++ b/bundles/org.simantics.layer0/graph/Layer0Tags.pgraph @@ -0,0 +1,20 @@ +L0 = + +L0.Abstract + @L0.defTag + L0.HasDescription "Instances of a type tagged as Abstract cannot be directly instantiated." + //L0.HasDomain L0.Type +L0.Deprecated + @L0.defTag +L0.Enumeration + @L0.defTag + L0.HasDescription "Instances of a type tagged Enumeration cannot be instantiated outside of the ontology that defines it." + L0.HasDomain L0.Type +L0.Final + @L0.defTag +L0.SharedRange + @L0.defTag + L0.HasDescription "Used in export to determine optional fragments." +L0.Immutable + @L0.defTag + L0.HasDescription "Indicates that a relation can only be modified when subject is created or destroyed." \ No newline at end of file