Difference between revisions of "Graph Compiler"

From Developer Documents
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
The [[org.simantics.graph]] feature provides a textual graph database source editing environment that integrates into the Eclipse IDE.
 
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 <code>.pgraph</code> ''partial graph'' source files. The environment will compile all partial graphs with in a project into a single ''transferable graph'' <code>/graph.tg</code>. Simantics applications will then be able to integrate this transferable graph into handled databases.
+
The feature adds a new project nature and builder for Java/Plug-in projects to support development of <code>.pgraph</code> ''partial graph'' source files. The environment will compile all partial graphs with in a project into a single ''[[Transferable Graph|transferable graph]]'' <code>/graph.tg</code>. 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''.
 
The environment also allows you to add the graph compilation nature to any project from the project's context menu ''Configure/Add graph compilation''.
  
= Download =
+
= Install =
  
The graph development environment is distributed using an update site at [http://dev.simantics.org/update/ http://dev.simantics.org/update].
+
The graph development environment is distributed using an update site at [http://www.simantics.org/update/utils http://www.simantics.org/update/utils].
 +
 
 +
[[Category: Ontology Development]]

Latest revision as of 12:34, 20 June 2022

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 /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.