]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - docs/Developer/Ontology/GraphCompiler.md
First test on Simantics documentation using gitbook
[simantics/platform.git] / docs / Developer / Ontology / GraphCompiler.md
diff --git a/docs/Developer/Ontology/GraphCompiler.md b/docs/Developer/Ontology/GraphCompiler.md
new file mode 100644 (file)
index 0000000..c2d4861
--- /dev/null
@@ -0,0 +1,11 @@
+# Introduction\r
+\r
+The *org.simantics.graph* feature provides a textual graph database source editing environment that integrates into the Eclipse IDE.\r
+\r
+The feature adds a new project nature and builder for Java/Plug-in projects to support development of `.pgraph` *partial graph* source files. The environment will compile all partial graphs with in a project into a single *[Transferable Graph](TransferableGraph.md)* `/graph.tg`. Simantics applications will then be able to integrate this transferable graph into handled databases.\r
+\r
+The environment also allows you to add the graph compilation nature to any project from the project's context menu *Configure/Add graph compilation*.\r
+\r
+# Install\r
+\r
+The graph development environment is distributed using an update site at [http://www.simantics.org/update/utils](http://www.simantics.org/update/utils).\r