Interface Conveyor.PerformanceBuilder<T>

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

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

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

    • performance

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