|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ggtools.grand.output.DotWriterVisitor
class DotWriterVisitor
Visitor class creating a Dot graph description.
| Constructor Summary | |
|---|---|
DotWriterVisitor(DotWriterOutput output,
Configuration config)
Creates a new instance outputing to the supplied PrintWriter. |
|
| Method Summary | |
|---|---|
void |
visitNode(AntTargetNode node)
Visits a ant target node. |
void |
visitNode(Node node)
Visits a basic node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
DotWriterVisitor(DotWriterOutput output,
Configuration config)
| Method Detail |
|---|
public void visitNode(AntTargetNode node)
NodeVisitor
visitNode in interface NodeVisitorpublic void visitNode(Node node)
NodeVisitorNodeImpl which is
a simple implementation of the interface.
visitNode in interface NodeVisitornode - to to visit.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||