emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: From state table to state diagram


From: Vladimir Alexiev
Subject: [Orgmode] Re: From state table to state diagram
Date: Wed, 24 Nov 2010 01:25:22 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

You first need to decide on a syntax: 
how many cols in the table and what do they 
mean.

A Confluence plugin does that. You may want to check it out for inspiration and 
nice examples:
https://studio.plugins.atlassian.com/wiki/display/GVIZ/Confluence+Graphviz+Plugin
https://studio.plugins.atlassian.com/wiki/display/GVIZ/Graph-from-table+Macro

Dot is a really simple language, so translating to it should be easy. Eg
  | state1 | state2 | transition |
becomes
  state1 -> state2 [label="transition"]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]