Package it.unibo.alchemist.boundary.gpsload.api

Types

Link copied to clipboard
abstract class AbstractGPSTimeAlignment : GPSTimeAlignment
Link copied to clipboard
class AlignToFirstTrace : AbstractGPSTimeAlignment
Aligns all traces at the start time of the first trace.
Link copied to clipboard
class AlignToSimulationTime : AbstractGPSTimeAlignment
Aligns all traces at the initial simulation time.
Link copied to clipboard
class AlignToTime : AbstractGPSTimeAlignment
Aligns the traces with the given time in seconds from Epoch.
Link copied to clipboard
interface GPSFileLoader
Strategy to read GPSTrace from file.
Link copied to clipboard
interface GPSTimeAlignment
Strategy to define how align the time of all trace.
Link copied to clipboard
class NoAlignment : AbstractGPSTimeAlignment
No alignment is performed.