Uses of Class
com.amalgamasimulation.discreterate.ReversibleConveyor.Builder
Packages that use ReversibleConveyor.Builder
-
Uses of ReversibleConveyor.Builder in com.amalgamasimulation.discreterate
Methods in com.amalgamasimulation.discreterate that return ReversibleConveyor.BuilderModifier and TypeMethodDescriptionReversibleConveyor.Builder.backwardOutputFlowElement(FlowElement<T> dest) Connects the backward output (the beginning of the conveyor in the forward direction) of this Conveyor to the input of thedestflow element.ReversibleConveyor.Builder.forwardOutputFlowElement(FlowElement<T> dest) Connects the forward output of this Conveyor to the input of thedestflow element.ReversibleConveyor.Builder.initialContents(List<MaterialFragmentDescriptor<T>> initialStock) Set the contents of this Conveyor with theinitialStock.ReversibleConveyor.Builder.inputFlowWithRelativeOffset(FlowElement<T> sourceFlowElement, double relativeOffset) Connects thesourceFlowElement(as a source of material) to thisReversibleConveyor.ReversibleConveyor.Builder.inputFlowWithRelativeOffset(List<Pair<FlowElement<T>, Double>> sourceFlowElementsByRelativeOffset) Connects thesourceFlowElement(as a source of material) to thisReversibleConveyor.ReversibleConveyor.Builder.logicalLength(double logicalLength) Sets the logical length of a Conveyor.ReversibleConveyor.Builder.maxSpeed(double maxSpeed) Sets the name of a Conveyor.ReversibleConveyor.Builder.performance(double performance) ReversibleConveyor.PerformanceBuilder.performance(double performance) Sets the performance (max internal flow rate) of a ReversibleConveyor instance.