Interface ReversibleConveyor.PolylineBuilder<T>
- All Known Implementing Classes:
ReversibleConveyor.Builder
- Enclosing class:
ReversibleConveyor<T>
public static interface ReversibleConveyor.PolylineBuilder<T>
Helper interface to build a ReversibleConveyor instance.
-
Method Summary
Modifier and TypeMethodDescriptionSets the polyline of a new ReversibleConveyor
-
Method Details
-
polyline
Sets the polyline of a new ReversibleConveyor- Parameters:
polyline- polyline- Returns:
- a
ReversibleConveyor.PolicyBuilderto set an inflow shortage policy
-