| Package | Description |
|---|---|
| provided.datapacket |
| Class and Description |
|---|
| ADataPacket
Abstract data packet that defines the use of a Class object as the index type.
|
| ADataPacketAlgoCmd
A DataPacketAlgo command that is designed to work on a DataPacket
|
| DataPacket
Concrete data packet that holds a generic type of data.
|
| DataPacketAlgo
Concrete visitor for processing an abstract data packet.
|
| ICmd2ModelAdapter
Interface between a DataPacketAlgoCmd and the model of a ChatApp system.
|
| VDataPacket
Composite data type for use in data packets: DataPacket<VDataPacket>
Note that Vector<ADataPacket> cannot be used as a data packet data type directly because type erasure prevents the distinction between Vector<A> and Vector<B> -- that is, they produce the same Class object. |