Class AlignToSimulationTime
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.gps.GPSTimeAlignment
public final class AlignToSimulationTime extends AbstractGPSTimeAlignment
Aligns all traces at the initial simulation time. If you have two traces, the first trace start with time = 2 and second point with time = 5, the second trace start with time = 4 and second point with time = 6, the result will be: - first trace start with time = 0 and second point with time = 3 - second trace start with time = 0 and second point with time = 2
-
-
Constructor Summary
Constructors Constructor Description AlignToSimulationTime()
Default empty constructor, builds a AlignToSimulationTime with RETAIN_SINGLE_POINTS behavior for trace with single point.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.boundary.gps.alignments.AbstractGPSTimeAlignment
alignTime
-
Methods inherited from class it.unibo.alchemist.boundary.gps.GPSTimeAlignment
alignTime
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-