Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface fi.hut.tcm.jacob.conduits.Visitor

Implementing Classes:
Transporter

public abstract interface Visitor
extends java.lang.Runnable
Visitor A visitor is an abstract interface that allows Transporters and other classes to traverse the conduit graph. Whenever someone calls a conduit's accept() method handing it a visitor, the conduit indicates its specific type by calling an appropriate at() method of the visiting visitor.


Method Summary
void at(Mux mux, Side at)
           
void at(Session session, Side at)
           
void at(ConduitFactory factory, Side at)
           
void at(Adaptor adaptor, Side at)
           
 

Method Detail

at

public void at(Mux mux,
               Side at)

at

public void at(Session session,
               Side at)

at

public void at(ConduitFactory factory,
               Side at)

at

public void at(Adaptor adaptor,
               Side at)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD