Class NoAlignment

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.gps.GPSTimeAlignment

    
    public final class NoAlignment
    extends AbstractGPSTimeAlignment
                        

    No alignment is performed. 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 = 2 and second point with time = 5 - second trace start with time = 4 and second point with time = 6

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NoAlignment() Default empty constructor, builds a NoAlignment with RETAIN_SINGLE_POINTS behavior for trace with single point.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • NoAlignment

        NoAlignment()
        Default empty constructor, builds a NoAlignment with RETAIN_SINGLE_POINTS behavior for trace with single point.
    • Method Detail