]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.datatypes.ontology/graph/Log.pgraph
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.datatypes.ontology / graph / Log.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 DATA = <http://www.simantics.org/Datatypes-1.1>
3
4 DATA.Log : L0.Entity
5   >-- DATA.Log.root --> DATA.Log.IndexNode <R L0.DependsOn : L0.FunctionalRelation
6   >-- DATA.Log.t --> L0.Integer <R L0.HasProperty : L0.FunctionalRelation
7
8 DATA.Log.Node <T L0.Entity
9   >-- DATA.Log.Node.content --> DATA.Log.Content <R L0.HasProperty : L0.FunctionalRelation
10   >-- DATA.Log.Node.Contains --> DATA.Log.Node <R L0.IsRelatedTo
11
12 DATA.Log.IndexNode <T DATA.Log.Node
13 DATA.Log.LeafNode <T DATA.Log.Node
14
15 DATA.Log.Content <T L0.Literal
16    @L0.assert L0.HasDataType ${ size : Integer, stamps : Long[], resources : Long(unit="resource")[] }
17