|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrePostVisitor | |
---|---|
net.sourceforge.cilib.container.visitor | |
net.sourceforge.cilib.type.types.container |
Uses of PrePostVisitor in net.sourceforge.cilib.container.visitor |
---|
Subclasses of PrePostVisitor in net.sourceforge.cilib.container.visitor | |
---|---|
class |
InOrderVisitorDecorator<E>
Simple decorator class that wraps the needed Visitor to make it compatible
with In-Order Traversals in the Containers defined. |
class |
PostOrderVisitorDecorator<E>
Simple decorator class that wraps the needed Visitor to make it compatible
with Post-Order Traversals in the Containers defined. |
class |
PreOrderVisitorDecorator<E>
Simple decorator class that wraps the needed Visitor to make it compatible with Pre-Order
Traversals in the Containers defined. |
Uses of PrePostVisitor in net.sourceforge.cilib.type.types.container |
---|
Methods in net.sourceforge.cilib.type.types.container with parameters of type PrePostVisitor | |
---|---|
void |
AbstractTree.depthFirstTraversal(PrePostVisitor<E> visitor)
Perform a depth first traversal of the current Tree node, executing the operation stored within the provided Visitor instance. |
void |
Tree.depthFirstTraversal(PrePostVisitor<E> visitor)
Perform a depth first traversal of the current Tree node, executing the operation stored within the provided Visitor instance. |
void |
BinaryTree.depthFirstTraversal(PrePostVisitor<E> visitor)
Perform a depth first traversal of the current Tree node, executing the operation stored within the provided Visitor instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |