Package cpod
Class CPODDataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
fileOfflineData.OfflineFileMapPoint
cpod.CPODDataMapPoint
- All Implemented Interfaces:
 DatagramPoint,Serializable,Cloneable,Comparable<OfflineDataMapPoint>,ManagedParameters
public class CPODDataMapPoint
extends OfflineFileMapPoint
implements DatagramPoint, ManagedParameters
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCPODDataMapPoint(long pointStart, long pointEnd, int nDatas, File cp1File, long filePos)  - 
Method Summary
Modifier and TypeMethodDescriptionlongGet a set of data that describes all of the parameters in a classvoidsetDatagram(Datagram datagram) Methods inherited from class fileOfflineData.OfflineFileMapPoint
getDataFile, getHighestUID, getLowestUID, getName, setHighestUID, setLowestUIDMethods inherited from class dataMap.OfflineDataMapPoint
addMissingUID, addOneData, clone, coincides, compareTo, equals, getEndTime, getMatchedPoint, getMissingUIDs, getNDatas, getStartTime, setEndTime, setMatchedPoint, setMinMaxUID, setMissingUIDs, setNDatas, setStartTime, toString 
- 
Constructor Details
- 
CPODDataMapPoint
 
 - 
 - 
Method Details
- 
getDatagram
- Specified by:
 getDatagramin interfaceDatagramPoint- Returns:
 - the datagram
 
 - 
setDatagram
- Specified by:
 setDatagramin interfaceDatagramPoint- Parameters:
 datagram- the datagram to set
 - 
getFilePos
public long getFilePos()- Returns:
 - the filePos
 
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classOfflineFileMapPoint- Returns:
 - description of the parameters in a class.
 
 
 -