]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.interop/graph/Interop.pgraph
Remove outdated model browser contribution
[simantics/interop.git] / org.simantics.interop / graph / Interop.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2     
3 INTEROP = <http://www.simantics.org/Interop-1.0> : L0.Ontology
4     L0.HasResourceClass "org.simantics.interop.stubs.InteropResource"
5     @L0.new
6    
7 INTEROP.HasImportData <R L0.IsWeaklyRelatedTo
8     L0.InverseOf INTEROP.ImportDataOf <R L0.IsWeaklyRelatedTo
9
10 // Root node of imported data   
11 INTEROP.ImportLibrary <T L0.Library
12
13 // Relation from generated model to its input data (Import Library).
14 INTEROP.HasSource <R L0.IsWeaklyRelatedTo
15     L0.InverseOf INTEROP.HasDestination <R L0.IsWeaklyRelatedTo
16     L0.HasRange INTEROP.ImportLibrary
17
18 // Relation from generated model to its input data (User selected resources in imported data).    
19 INTEROP.HasInputResource <R L0.IsWeaklyRelatedTo
20
21 // Id of the generator, which generated the model.
22 INTEROP.HasGeneratorID <R L0.HasProperty
23     L0.HasRange L0.String
24
25     
26