Uses of Interface
extvisitor.IExtVisitor

Packages that use IExtVisitor
datapacket   
extvisitor   
status   
 

Uses of IExtVisitor in datapacket
 

Classes in datapacket that implement IExtVisitor
 class DataPacketAlgo<R,P>
          Concrete visitor for processing an abstract data packet.
 

Uses of IExtVisitor in extvisitor
 

Classes in extvisitor that implement IExtVisitor
 class AExtVisitor<R,I,P,H extends IExtVisitorHost<I,? super H>>
          Abstract implementation of IExtVisitor that adds an invariant implementation of storing commands associated with each case in a dictionary indexed by the case's associated index value.
 

Methods in extvisitor with parameters of type IExtVisitor
<R,P> R
IExtVisitorHost.execute(IExtVisitor<R,I,P,? extends H> algo, P... params)
          The method that executes (accepts) the extended visitor to process this host.
<R,P> R
AExtVisitorHost.execute(IExtVisitor<R,I,P,? extends H> algo, P... params)
          "Accept" method of the visitor design pattern that executes a given extended visitor by calling the associated indexed case of the visitor.
 

Uses of IExtVisitor in status
 

Classes in status that implement IExtVisitor
 class StatusAlgo<R,P>
          A processing algorithm for an AStatus object.