472,958 Members | 2,452 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Finite State Machine GUI editor in python?


I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (

- Hendrik
Dec 16 '07 #1
5 4129
kib
Hendrik van Rooyen a écrit :
I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (
Hi Hendrik,

I've bookmarked these ones :

http://www.univ-paris12.fr/lacl/pomm...tlf/index.html [in French]
http://www.ncc.up.pt/~nam/ [look at the FAdo project]
http://www.cs.usfca.edu/~jbovet/vas.html [written in Java]

I hope it helps you,

Christophe.
Dec 16 '07 #2
"kib" <ki**@free.frwrote:
>Hi Hendrik,

I've bookmarked these ones :

http://www.univ-paris12.fr/lacl/pomm...tlf/index.html [in French]
http://www.ncc.up.pt/~nam/ [look at the FAdo project]
http://www.cs.usfca.edu/~jbovet/vas.html [written in Java]
Thanks I will check them out - at least the non French ones.
My French is constrained to making the noises for "yes" and
"no", without being able to spell them...

- Hendrik
Dec 17 '07 #3
"Hendrik van Rooyen" <ma**@microcorp.co.zawrites:

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.
In case nothing better comes up and you want to code it yourself: Our
Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
editor with XML output.

Maybe http://networkx.lanl.gov/ or other general Python graph packages
have what you want. Also check out http://www.graphviz.org/

Best,
Alexander
Dec 17 '07 #4
On Dec 16, 1:55 am, "Hendrik van Rooyen" <m...@microcorp.co.zawrote:
I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (

- Hendrik
This looks interesting (and GPL'd :)

http://www46.homepage.villanova.edu/timothy.m.white/ [java]

Regards,
Jordan
Dec 17 '07 #5
"Alexander Schliep" <schl....lgen.mpg.dewrote:
>
In case nothing better comes up and you want to code it yourself: Our
Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
editor with XML output.

Maybe http://networkx.lanl.gov/ or other general Python graph packages
have what you want. Also check out http://www.graphviz.org/
Thanks - will check them out - Hendrik

Dec 18 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
by: Carlos Ribeiro | last post by:
Oh well. A mailing list is not the most appropriate place for rants (a blog is better), but it's still better than keeping it for myself. I'm frustrated. My search for a good IDE to support my...
3
by: Leonard J. Reder | last post by:
Hello list, I have been searching on the web for a while now for a specific Python implementation of an FSM. More specifically what I am looking for is a Python implementation of the so called...
0
by: Leonard J. Reder | last post by:
Hello, Although posted this a few weeks ago I still have gotten much feedback so I want to put this out again and see if the response gets a bit more interesting. I have been searching on the...
1
by: Roberto Nunnari | last post by:
Hi all. I announce that there's a brand new, free FSM Generator in the Open Source arena: NunniFSMGen - release 1.0-RC1 http://nunnifsmgen.nunnisoft.ch NunniFSMGen is a java tool that...
0
by: Davide T | last post by:
How would I illustrate a finite state machine that checks that each start node/tag in an XML document has a corresponding end tag (ignoring nested tags of the same type and assuming that there is...
11
by: Nicholas R. Markham | last post by:
When I compile with the -ansi option (using gcc 3.2.3) I'm warned of an implicit declaration of function 'finite'. Does this mean that finite() is not part of ANSI C, or that I didn't include a...
67
by: Rui Maciel | last post by:
I've been delving into finite state machines and at this time it seems that the best way to implement them is through an intense use of the goto statement. Yet, everyone plus their granmother is...
2
by: qiooeer | last post by:
I want to know more about FSM,would you help me ? where is more details about this? Thanks
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.