Package d3
Class D3DataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
fileOfflineData.OfflineFileMapPoint
d3.D3DataMapPoint
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<OfflineDataMapPoint>,ManagedParameters
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionD3DataMapPoint(long startTime, long endTime, int nDatas, File dataFile, long fileOffsetStart, long fileOffsetEnd)  - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classMethods 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
- 
D3DataMapPoint
public D3DataMapPoint(long startTime, long endTime, int nDatas, File dataFile, long fileOffsetStart, long fileOffsetEnd)  
 - 
 - 
Method Details
- 
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.
 
 
 -