|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVisitor | |
---|---|
org.vizzini.util.tree | Provides tree utility classes for the game framework. |
Uses of IVisitor in org.vizzini.util.tree |
---|
Classes in org.vizzini.util.tree that implement IVisitor | |
---|---|
class |
DotVisitor
Provides a visitor which traverses a tree to build a Dot format string. |
class |
ToStringVisitor
Provides a visitor which traverses a tree to accumulate the tree node strings. |
Methods in org.vizzini.util.tree with parameters of type IVisitor | |
---|---|
void |
AbstractTreeNode.acceptBreadthFirst(IVisitor visitor)
Accept the given visitor in a breadth first manner. |
void |
IVisitable.acceptBreadthFirst(IVisitor visitor)
Accept the given visitor in a breadth first manner. |
void |
AbstractTreeNode.acceptDepthFirst(IVisitor visitor)
Accept the given visitor in a depth first manner. |
void |
IVisitable.acceptDepthFirst(IVisitor visitor)
Accept the given visitor in a depth first manner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |