public class PegToDotFile extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAYBLOCK |
static int |
BLOCKGRAPH |
static int |
graphtype |
static boolean |
isBrief |
static boolean |
onepage |
static int |
UNITGRAPH |
Constructor and Description |
---|
PegToDotFile(PegGraph graph,
boolean onepage,
String name) |
Modifier and Type | Method and Description |
---|---|
static void |
toDotFile(String methodname,
PegGraph graph,
String graphname)
Generates a dot format file for a DirectedGraph
|
public static final int UNITGRAPH
public static final int BLOCKGRAPH
public static final int ARRAYBLOCK
public static int graphtype
public static boolean isBrief
public static boolean onepage