| 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.flow.operations.FlowGraph2Dot
public class FlowGraph2Dot
Converter from flow graphs to Graphviz Dot representation.
| Method Summary | |
|---|---|
static String | 
toDot(FlowGraph g)
Returns Graphviz Dot representation of the given graph.  | 
static String | 
toDot(FlowGraph g,
      Collection<Node> hotspots)
Returns Graphviz Dot representation of the given graph.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static String toDot(FlowGraph g)
public static String toDot(FlowGraph g,
                           Collection<Node> hotspots)
  | 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||