English 中文(简体)
What s the name for this type of flowchart?
原标题:

Take a look at this; it s very obvious how it works and what its purpose is:

alt text
(source: json.org)

  1. What s this type of chart called?
  2. Can I make this kind of chart in Visio?
  3. What software do you recommend for making this kind of chart?
最佳回答

It s called a railroad diagram. It can more specifically be called a syntax diagram. Not sure about Visio support but other tools can get the job done: What is a good tool for creating railroad diagrams?

alt text
(source: antlr.org)

If you have a grammar file you can try to get it working in ANTLR Works, which is specifically built for working with the syntax and grammar of languages.

问题回答

These are called Syntax diagrams (or railroad diagrams).

They can be created with Visio or Creative Docs .NET

See here for more info:

Tool for generating railroad diagram used on json.org

It is a syntax diagram; not sure if there is any visio addon to paint this kind of chart.





相关问题
Finding All Ways in FlowChart diagram?

I made an FlowChart diagram editor on Java. It It drows flowscharts and connect them each other and creates me two array. One of it shows connection nodes and lines , other shows connnecting elements ...

Advice software to create flow-charts of programm

Can you advice me software to create flow-charts for program logic. My problem is that I ve created complicated algorithm with lots of if...else and I need to create flow-chart for all of that to ...

What s the name for this type of flowchart?

Take a look at this; it s very obvious how it works and what its purpose is: (source: json.org) What s this type of chart called? Can I make this kind of chart in Visio? What software do you ...

free, cheap or open source UML and Visio-like tool [closed]

We re looking for free/cheap or open source UML tools. What tools have you used ? It s OK if there are 2 tools, one each for Flow charts and UML. If a UML tool or Flow Chart tool is cheap(we re a NON-...

Language to create flowcharts [closed]

This seems like something which must have been answered before, but I can t find anything appropriate in the question archives. Basically, I m looking for a little Domain Specific Language to create ...

热门标签