Class SearchVisitor

java.lang.Object
   |
   +----SearchVisitor

public class SearchVisitor
extends Object
implements BTVisitor
Klasse für einen Visitor


Variable Index

 o muster
 o name
 o tree

Constructor Index

 o SearchVisitor(String, String)
Konstruktor

Method Index

 o visitBTEnd(BinaryTree)
visitStart
 o visitBTNode(BinaryTree)
besucht eine Node
 o visitBTStart(BinaryTree)
visitStart

Variables

 o tree
 public BinaryTree tree
 o muster
 protected String muster
 o name
 protected String name

Constructors

 o SearchVisitor
 public SearchVisitor(String m,
                      String n)
Konstruktor

Methods

 o visitBTStart
 public void visitBTStart(BinaryTree BT)
visitStart

 o visitBTNode
 public void visitBTNode(BinaryTree BT)
besucht eine Node

 o visitBTEnd
 public void visitBTEnd(BinaryTree BT)
visitStart