emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vladimir Alexiev <vladimir@sirma.bg>
To: emacs-orgmode@gnu.org
Subject: Re: From state table to state diagram
Date: Wed, 24 Nov 2010 01:25:22 +0000 (UTC)	[thread overview]
Message-ID: <loom.20101124T021919-201@post.gmane.org> (raw)
In-Reply-To: AANLkTi=axAY8DnhUo-iK0m-pqOfqR_Q-wzEzMuk8j6wi@mail.gmail.com

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	other threads:[~2010-11-24  1:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-24 10:38 From state table to state diagram Gary
2010-08-24 11:03 ` Eric S Fraga
2010-08-24 11:24   ` Gary
2010-08-24 11:25   ` Eric S Fraga
2010-08-24 12:06     ` Gary
2010-08-24 23:28       ` Eric S Fraga
2010-08-25  0:33       ` Eric Schulte
2010-09-23 15:02         ` Gary
2010-09-24 10:00           ` Dan Davison
2010-09-25  7:40           ` Rainer M Krug
2010-09-27  6:27             ` Gary
2010-09-27 15:21               ` Mark Elston
2010-09-28 14:04               ` Rainer M Krug
2010-11-24  1:25                 ` Vladimir Alexiev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20101124T021919-201@post.gmane.org \
    --to=vladimir@sirma.bg \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).