|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Visitor gets called by objects that implement the VisitorListener interface and that have accepted to be visited. The implementor of Visitor has to provide a visit() member function for each class (or type) that implements VisitorListener. This gives the implementing class the possibility to construct complex operations on a collection of VisitorListeners. P.S.: I hope this explanation is clear and understandable *&^% (wdk).
| Method Summary | |
void |
visit(BCMonitor e)
visit a BCMonitor lattice element |
void |
visit(BLMonitor e)
visit a BLMonitor lattice element |
void |
visit(BPMonitor e)
visit a BPMonitor lattice element |
void |
visit(Dipole e)
visit a Dipole lattice element |
void |
visit(Drift e)
visit a Drift lattice element |
void |
visit(Foil e)
visit a Foil element |
void |
visit(HSteerer e)
visit a HSteerer lattice element |
void |
visit(Marker e)
visit a Marker lattice element |
void |
visit(Octupole e)
visit a Octupole lattice element |
void |
visit(PermMarker e)
visit a PermMarker lattice element |
void |
visit(Quadrupole e)
visit a Quadrupole lattice element |
void |
visit(RFGap e)
visit a RFGap lattice element |
void |
visit(Sextupole e)
visit a Sextupole lattice element |
void |
visit(SkewQuad e)
visit a SkewQuad lattice element |
void |
visit(SkewSext e)
visit a SkewSext lattice element |
void |
visit(VSteerer e)
visit a VSteerer lattice element |
void |
visit(WScanner e)
visit a WScanner lattice element |
| Method Detail |
public void visit(BCMonitor e)
public void visit(BPMonitor e)
public void visit(BLMonitor e)
public void visit(Dipole e)
public void visit(Drift e)
public void visit(HSteerer e)
public void visit(Marker e)
public void visit(Foil e)
public void visit(Octupole e)
public void visit(PermMarker e)
public void visit(Quadrupole e)
public void visit(RFGap e)
public void visit(Sextupole e)
public void visit(SkewQuad e)
public void visit(SkewSext e)
public void visit(VSteerer e)
public void visit(WScanner e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||