Interface Conveyor.PerformanceBuilder<T>
- All Known Implementing Classes:
Conveyor.Builder
public static interface Conveyor.PerformanceBuilder<T>
Helper interface to build a Conveyor instance.
-
Method Summary
Modifier and TypeMethodDescriptionperformance(double performance) Sets the performance (max internal flow rate) of a Conveyor instance.
-
Method Details
-
performance
Sets the performance (max internal flow rate) of a Conveyor instance.- Parameters:
performance- performance of a Conveyor- Returns:
- a
Conveyor.Builderobject to set optional parameters and create a Conveyor instance
-