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.
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)