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 TypeMethodDescriptionperformance(double performance) Sets the performance (max internal flow rate) of a ReversibleConveyor instance.
-
Method Details
-
performance
Sets the performance (max internal flow rate) of a ReversibleConveyor instance.- Parameters:
performance- performance of a Conveyor- Returns:
- a
ReversibleConveyor.Builderobject to set optional parameters and create a Conveyor instance
-