Class ErrorCheckStation

java.lang.Object
All Implemented Interfaces:
java.lang.Comparable<ErrorCheckStation>

public class ErrorCheckStation
extends Station
implements java.lang.Comparable<ErrorCheckStation>
Station implementation for the ErrorCheckStage.
  • Constructor Details

    • ErrorCheckStation

      public ErrorCheckStation​(@NonNull @NonNull ErrorCheckStage stage)
  • Method Details

    • resetId

      public static void resetId()
    • getProcessingTime

      protected long getProcessingTime()
      Description copied from class: Station
      Gets the processing duration of the Station from a corresponding generator.
      Specified by:
      getProcessingTime in class Station
      Returns:
      Long
    • compareTo

      public int compareTo​(@NonNull @NonNull ErrorCheckStation station)
      Specified by:
      compareTo in interface java.lang.Comparable<ErrorCheckStation>