Uses of Class
com.amalgamasimulation.discreterate.FlowEnvironment
Packages that use FlowEnvironment
-
Uses of FlowEnvironment in com.amalgamasimulation.discreterate
Methods in com.amalgamasimulation.discreterate that return FlowEnvironmentModifier and TypeMethodDescriptionfinal FlowEnvironment<T> FlowElement.getFlowEnvironment()Returns theFlowEnvironmentwhich this flow element belongs to.Methods in com.amalgamasimulation.discreterate with parameters of type FlowEnvironmentModifier and TypeMethodDescriptionstatic <T> Conveyor.PolylineBuilder<T> Conveyor.builder(FlowEnvironment<T> flowEnvironment) Returns a builder object to create a new instance of a Conveyor.static <T> ReversibleConveyor.PolylineBuilder<T> ReversibleConveyor.builder(FlowEnvironment<T> flowEnvironment) Returns a builder object to create a new instance of a ReversibleConveyor.Constructors in com.amalgamasimulation.discreterate with parameters of type FlowEnvironmentModifierConstructorDescriptionBunker(FlowEnvironment<T> flowEnvironment, double maxInFlowRate, double capacity, double maxOutFlowRate) Creates a new Bunker instance.Bunker(FlowEnvironment<T> flowEnvironment, String name, double maxInFlowRate, double capacity, double maxOutFlowRate) Creates a new Bunker instance.Merge(FlowEnvironment<T> flowEnvironment, FlowRateDistributionPolicy policy) Creates a new Merge instance.Merge(FlowEnvironment<T> flowEnvironment, String name, FlowRateDistributionPolicy policy) Creates a new Merge instance.Split(FlowEnvironment<T> flowEnvironment, FlowRateDistributionPolicy policy) Creates a new Split instance.Split(FlowEnvironment<T> flowEnvironment, String name, FlowRateDistributionPolicy policy) Creates a new instance of the split.Tank(FlowEnvironment<T> flowEnvironment, double capacity) Creates a newTankinstance.Tank(FlowEnvironment<T> flowEnvironment, String name, double capacity) Creates a newTankinstance.Valve(FlowEnvironment<T> flowEnvironment, double maxRate) Creates a new Valve instance.Valve(FlowEnvironment<T> flowEnvironment, String name, double maxRate) Creates a new Valve instance.