Interface Conveyor.MaxSpeedBuilder<T>
- All Known Implementing Classes:
Conveyor.Builder
public static interface Conveyor.MaxSpeedBuilder<T>
Helper interface to build a Conveyor instance.
-
Method Summary
Modifier and TypeMethodDescriptionmaxSpeed(double maxSpeed) Sets the max speed of a Conveyor instance.
-
Method Details
-
maxSpeed
Sets the max speed of a Conveyor instance.- Parameters:
maxSpeed- max speed of a Conveyor- Returns:
- a
Conveyor.PerformanceBuilderto set the performance of a Conveyor
-