Package | Description |
---|---|
provided.datapacket | |
provided.extvisitor |
Modifier and Type | Class and Description |
---|---|
class |
DataPacketAlgo<R,P>
Concrete visitor for processing an abstract data packet.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<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.
|