Package fileOfflineData
Class OfflineFileMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
fileOfflineData.OfflineFileMapPoint
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<OfflineDataMapPoint>,ManagedParameters
- Direct Known Subclasses:
CPODDataMapPoint,D3DataMapPoint
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfflineFileMapPoint(long startTime, long endTime, int nDatas, File dataFile) -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get a set of data that describes all of the parameters in a classvoidsetHighestUID(Long uid) voidsetLowestUID(Long uid) 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
-
OfflineFileMapPoint
-
-
Method Details
-
getName
- Specified by:
getNamein classOfflineDataMapPoint- Returns:
- a name for the map point
-
getDataFile
- Returns:
- the dataFile
-
getLowestUID
- Specified by:
getLowestUIDin classOfflineDataMapPoint- Returns:
- the lowestUId
-
setLowestUID
- Specified by:
setLowestUIDin classOfflineDataMapPoint
-
getHighestUID
- Specified by:
getHighestUIDin classOfflineDataMapPoint- Returns:
- the highestUID
-
setHighestUID
- Specified by:
setHighestUIDin classOfflineDataMapPoint
-
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 classOfflineDataMapPoint- Returns:
- description of the parameters in a class.
-