Package com.alexmerz.simpleviz

SimpleViz The SimpleViz package is an demonstration example for several JavaCC-related artices on www.alexander-merz.com.

See:
          Description

Class Summary
SimpleViz This is the main program for calling the SimpleViz parser
 

Package com.alexmerz.simpleviz Description

SimpleViz

The SimpleViz package is an demonstration example for several JavaCC-related artices on www.alexander-merz.com.

It implements a parser for the SimpleViz format. This format is a subset of the GraphViz format to describe graphs consisting of nodes, edges and sub graphs including rendering information.

The SimpleViz format differs from the GraphViz formats in the following points:

This rules makes the SimpleViz format much easier to parse, but the the format is still compatible to the regular GraphViz format (with the exception of the last point in the list above).

Alexander Merz, 03-29-2006
$Id$