X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.layer0%2Fgraph%2FLayer0.pgraph;h=d169c9684402f401abe44a54be69db6457e83cad;hb=refs%2Fchanges%2F15%2F3115%2F4;hp=ec2048acbd40d158762430d95b9b0a0e8a78167f;hpb=277ddb17bc33a7c0b5c352f80bbc2605acaee50d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0/graph/Layer0.pgraph b/bundles/org.simantics.layer0/graph/Layer0.pgraph index ec2048acb..d169c9684 100644 --- a/bundles/org.simantics.layer0/graph/Layer0.pgraph +++ b/bundles/org.simantics.layer0/graph/Layer0.pgraph @@ -4,6 +4,9 @@ L0 = : L0.Ontology L0.HasResourceClass "org.simantics.layer0.Layer0" +L0.SCLMain : L0.SCLModule + L0.SCLModule.definition """ include "Simantics/Layer0" """ + // Types L0.Entity : L0.Type L0.HasDescription "All types are inherited from this type." @@ -22,9 +25,13 @@ L0.Entity : L0.Type >-- L0.identifier L0.GUID + ==> "GUID" >-- L0.typeURI L0.String + >-- L0.typeResource "Variable -> Resource -> Resource" >-- L0.HasComment --> L0.String -- L0.ConsistsOf --> L0.Entity -- L0.Entity.methods @L0.assert L0.Entity.methods - _ : L0.Value + _ : L0.Property + L0.HasValueType "StructuredProperty" -L0.Entity.methods --> L0.Value "StructuredProperty"