|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.common.visitorpattern.VisitableImp
This class is an implementation of Visitable interface. It is an example of how to use the Element interface in the visitor design pattern.
Constructor Summary | |
VisitableImp()
|
Method Summary | |
void |
accept(Visitor vi)
This method decides the traverse strategy. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public VisitableImp()
Method Detail |
public void accept(Visitor vi)
vi
- The visitor accepted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |