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
ConstructorDescriptionCPODDataMapPoint
(long pointStart, long pointEnd, int nDatas, File cp1File, long filePos) -
Method Summary
Modifier and TypeMethodDescriptionlong
Get a set of data that describes all of the parameters in a classvoid
setDatagram
(Datagram datagram) Methods inherited from class fileOfflineData.OfflineFileMapPoint
getDataFile, getHighestUID, getLowestUID, getName, setHighestUID, setLowestUID
Methods 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:
getDatagram
in interfaceDatagramPoint
- Returns:
- the datagram
-
setDatagram
- Specified by:
setDatagram
in interfaceDatagramPoint
- Parameters:
datagram
- the datagram to set
-
getFilePos
public long getFilePos()- Returns:
- the filePos
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classOfflineFileMapPoint
- Returns:
- description of the parameters in a class.
-