Package edu.wpi.cs.dsrg.xmldb.xat.common.visitorpattern

Interface Summary
Acceptable The acceptable should be able to provide all the methods that will be need to accomplish the traverse of the data structure.
Visitable  
Visitor The visitor provide the additional functionality to an existing data structure.
 

Class Summary
InheritableVisitor It used to visit the lowest level class to be visited first, then go to the parent class if cannot find the visit function.
TwoParamVisitor This class looks over the interfaces of the objects
VisitableImp This class is an implementation of Visitable interface.