Package dataMap.filemaps
Class FileDataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
dataMap.filemaps.FileDataMapPoint
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<OfflineDataMapPoint>
,ManagedParameters
This was WavFileDataMapPoint, but can be used for any file types with OfflineFileServer. Won't rename
or move though since it's often serialised so
- Author:
- dg50
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get a set of data that describes all of the parameters in a classvoid
setEndTime
(long endTime) void
setHighestUID
(Long uid) void
setLowestUID
(Long uid) void
setSoundFile
(File soundFile) Methods inherited from class dataMap.OfflineDataMapPoint
addMissingUID, addOneData, clone, coincides, compareTo, equals, getEndTime, getMatchedPoint, getMissingUIDs, getNDatas, getStartTime, setMatchedPoint, setMinMaxUID, setMissingUIDs, setNDatas, setStartTime, toString
-
Constructor Details
-
FileDataMapPoint
-
-
Method Details
-
getName
- Specified by:
getName
in classOfflineDataMapPoint
- Returns:
- a name for the map point
-
getSoundFile
- Returns:
- the soundFile
-
setEndTime
public void setEndTime(long endTime) - Overrides:
setEndTime
in classOfflineDataMapPoint
- Parameters:
endTime
- the endTime to set
-
setSoundFile
- Parameters:
soundFile
- the soundFile to set
-
getLowestUID
- Specified by:
getLowestUID
in classOfflineDataMapPoint
- Returns:
- the lowestUId
-
setLowestUID
- Specified by:
setLowestUID
in classOfflineDataMapPoint
-
getHighestUID
- Specified by:
getHighestUID
in classOfflineDataMapPoint
- Returns:
- the highestUID
-
setHighestUID
- Specified by:
setHighestUID
in classOfflineDataMapPoint
-
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 classOfflineDataMapPoint
- Returns:
- description of the parameters in a class.
-