]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.base.ontology/graph/Functions.pgraph
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / graph / Functions.pgraph
diff --git a/bundles/org.simantics.document.base.ontology/graph/Functions.pgraph b/bundles/org.simantics.document.base.ontology/graph/Functions.pgraph
new file mode 100644 (file)
index 0000000..5d76767
--- /dev/null
@@ -0,0 +1,41 @@
+L0 = <http://www.simantics.org/Layer0-1.1>
+DOC = <http://www.simantics.org/Documentation-1.2>
+
+FUNCTIONS = DOC.Functions : L0.Library
+    @L0.new
+
+FUNCTIONS.inputSpaceChildren : L0.ExternalValue
+
+FUNCTIONS.input : L0.Function
+  L0.HasValueType "Variable"
+  
+FUNCTIONS.state : L0.Function
+  L0.HasValueType "Variable"
+
+FUNCTIONS.icstate : L0.Function
+  L0.HasValueType "Variable"
+
+FUNCTIONS.session : L0.Function
+  L0.HasValueType "Variable"
+
+FUNCTIONS.self : L0.Function
+  L0.HasValueType "Variable"  
+
+FUNCTIONS.model : L0.Function
+  L0.HasValueType "Variable" 
+  
+FUNCTIONS.experiment : L0.Function
+  L0.HasValueType "Variable" 
+  
+FUNCTIONS.graph : L0.Function
+  L0.HasValueType "ReadGraphX"   
+
+FUNCTIONS.emptyEvent : L0.ExternalValue
+  L0.HasValueType "AbstractEventHandler"
+
+FUNCTIONS.componentNamingStrategy : L0.Function
+  L0.HasValueType "ComponentNamingStrategy"
+  
+FUNCTIONS.pathExists : L0.Function
+  L0.HasValueType "Boolean"
+  
\ No newline at end of file