Interface ISTProcessingStage

  • All Known Implementing Classes:
    BaseUpperStage, StageOne, StageThree, StageTwo

    public interface ISTProcessingStage
    This interface is for classes that process ISTTrackingEvents and ISTTrackingTrajectory into longer ISTTrackingTrajectory objects. From Kempton et. al 2015 and 2018.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • process

        List<ISTTrackingTrajectory> process()
        Returns a list of ISTTrackingTrajectory that were produced from the process.
        Returns:
        The list of ISTTrackingTrajectory that were produced from the process.