Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Triquetrum/Xtext"

(Added info about description() and MoML.)
(Link to Kieler.)
Line 11: Line 11:
 
* [https://www.ntnu.edu/employees/hal Hallvard Traetteberg] visited the Ptolemy group in 2012-2013 and did a first cut of creating Ptolemy II OSGi bundles.  Hallvard also developed some Xtext work, see https://github.com/hallvard/ptolemy.  Hallvard has not been using Ptolemy much recently, but his work is there.
 
* [https://www.ntnu.edu/employees/hal Hallvard Traetteberg] visited the Ptolemy group in 2012-2013 and did a first cut of creating Ptolemy II OSGi bundles.  Hallvard also developed some Xtext work, see https://github.com/hallvard/ptolemy.  Hallvard has not been using Ptolemy much recently, but his work is there.
  
* [http://www.eclipse.org/elk Eclipse Layout Kernel (Elk)] has Issue [https://github.com/eclipse/elk/issues/101 #101 Implemented a textual format for ElkGraph].  Ptolemy II uses an automatic layout mechanism called Kieler, which is related to Elk.
+
* [http://www.eclipse.org/elk Eclipse Layout Kernel (Elk)] has Issue [https://github.com/eclipse/elk/issues/101 #101 Implemented a textual format for ElkGraph].  Ptolemy II uses an automatic layout mechanism called [http://rtsys.informatik.uni-kiel.de/kieler Kieler], which is related to Elk.

Revision as of 00:18, 30 December 2016

One idea is to use Xtext to describe models textually. See Triquetrum Command Language (github issue)

Below are various references:

  • Ptcl was a Tcl-based language for Ptolemy Classic. The ptcl manual might be of use to help define some of the Xtext commands. For example, both will need to connect ports from an outer composite to an inner composite.

Back to the top