Package it.unibo.alchemist.boundary.gps
Interface GPSTimeAlignment
-
- All Implemented Interfaces:
@FunctionalInterface() public interface GPSTimeAlignment
Strategy to define how align the time of all trace.
-
-
Method Summary
Modifier and Type Method Description abstract ImmutableList<GPSTrace>alignTime(List<GPSTrace> traces)-
-
Method Detail
-
alignTime
abstract ImmutableList<GPSTrace> alignTime(List<GPSTrace> traces)
- Parameters:
traces- map trace with time to align- Returns:
map trace with aligned time
-
-
-
-