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