Package dataGram
Interface DatagramPoint
- All Known Implementing Classes:
 BinaryOfflineDataMapPoint,CPODDataMapPoint
public interface DatagramPoint
Interface to add to OfflineDataMapPoints so that they can serve up
 a datagram. In principle, most will use this interface, but I had to leave the 
 def of Datagram datagram in BinaryOfflineDataMapPoint so that existing serialised
 data would de-serialise OK - otherwise, all datamaps would need to 
 re-create from scratch which might take ages.
- Author:
 - Doug Gillespie
 
- 
Method Summary
 
- 
Method Details
- 
getDatagram
Datagram getDatagram()- Returns:
 - the datagram
 
 - 
setDatagram
- Parameters:
 datagram- the datagram to set
 
 -