Interface ReversibleConveyor.PerformanceBuilder<T>

All Known Implementing Classes:
ReversibleConveyor.Builder
Enclosing class:
ReversibleConveyor<T>

public static interface ReversibleConveyor.PerformanceBuilder<T>
Helper interface to build a ReversibleConveyor instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    performance(double performance)
    Sets the performance (max internal flow rate) of a ReversibleConveyor instance.
  • Method Details

    • performance

      ReversibleConveyor.Builder<T> performance(double performance)
      Sets the performance (max internal flow rate) of a ReversibleConveyor instance.
      Parameters:
      performance - performance of a Conveyor
      Returns:
      a ReversibleConveyor.Builder object to set optional parameters and create a Conveyor instance