]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document.base.ontology/graph/Functions.pgraph
5d76767a61af5b6e5d3bb4c71939369a57f351f6
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / graph / Functions.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 DOC = <http://www.simantics.org/Documentation-1.2>
3
4 FUNCTIONS = DOC.Functions : L0.Library
5     @L0.new
6
7 FUNCTIONS.inputSpaceChildren : L0.ExternalValue
8
9 FUNCTIONS.input : L0.Function
10   L0.HasValueType "Variable"
11   
12 FUNCTIONS.state : L0.Function
13   L0.HasValueType "Variable"
14
15 FUNCTIONS.icstate : L0.Function
16   L0.HasValueType "Variable"
17
18 FUNCTIONS.session : L0.Function
19   L0.HasValueType "Variable"
20
21 FUNCTIONS.self : L0.Function
22   L0.HasValueType "Variable"  
23
24 FUNCTIONS.model : L0.Function
25   L0.HasValueType "Variable" 
26   
27 FUNCTIONS.experiment : L0.Function
28   L0.HasValueType "Variable" 
29   
30 FUNCTIONS.graph : L0.Function
31   L0.HasValueType "ReadGraphX"   
32
33 FUNCTIONS.emptyEvent : L0.ExternalValue
34   L0.HasValueType "AbstractEventHandler"
35
36 FUNCTIONS.componentNamingStrategy : L0.Function
37   L0.HasValueType "ComponentNamingStrategy"
38   
39 FUNCTIONS.pathExists : L0.Function
40   L0.HasValueType "Boolean"
41