Package | Description |
---|---|
provided.datapacket | |
provided.extvisitor |
Modifier and Type | Class and Description |
---|---|
class |
ADataPacketAlgoCmd<R,D,P>
A DataPacketAlgo command that is designed to work on a DataPacket
|
Modifier and Type | Field and Description |
---|---|
private IExtVisitorCmd<R,I,P,H> |
AExtVisitor.defaultCmd
The default command to use if no command is associated with a case index value.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<I,IExtVisitorCmd<R,I,P,H>> |
AExtVisitor.cmds
The dictionary used to store the commands
|
Modifier and Type | Method and Description |
---|---|
IExtVisitorCmd<R,I,P,H> |
AExtVisitor.getCmd(I idx)
Retrieve the command associated with given index value.
|
IExtVisitorCmd<R,I,P,H> |
AExtVisitor.getDefaultCmd()
Retrieve the current default command
|
Modifier and Type | Method and Description |
---|---|
void |
AExtVisitor.setCmd(I idx,
IExtVisitorCmd<R,I,P,H> cmd)
Associates the given index value with the given command
|
void |
AExtVisitor.setDefaultCmd(IExtVisitorCmd<R,I,P,H> defaultCmd)
Set the default command to a new value.
|
Constructor and Description |
---|
AExtVisitor(IExtVisitorCmd<R,I,P,H> defaultCmd)
Constructor that takes a default command to use.
|