X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=docs%2FDeveloper%2FOntology%2FGraphCompiler.md;fp=docs%2FDeveloper%2FOntology%2FGraphCompiler.md;h=c2d48615c45b4dcf1a87ffeb8b15230910eafa98;hp=0000000000000000000000000000000000000000;hb=a9ec58f08ccc02e65b1cab6aedff25e0cf3c6444;hpb=5998374f7e179cfaf451c220216adc18c823047f diff --git a/docs/Developer/Ontology/GraphCompiler.md b/docs/Developer/Ontology/GraphCompiler.md new file mode 100644 index 000000000..c2d48615c --- /dev/null +++ b/docs/Developer/Ontology/GraphCompiler.md @@ -0,0 +1,11 @@ +# Introduction + +The *org.simantics.graph* feature provides a textual graph database source editing environment that integrates into the Eclipse IDE. + +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. + +The environment also allows you to add the graph compilation nature to any project from the project's context menu *Configure/Add graph compilation*. + +# Install + +The graph development environment is distributed using an update site at [http://www.simantics.org/update/utils](http://www.simantics.org/update/utils).