Uses of Class
com.amalgamasimulation.discreterate.Tank.Threshold
Packages that use Tank.Threshold
-
Uses of Tank.Threshold in com.amalgamasimulation.discreterate
Methods in com.amalgamasimulation.discreterate that return Tank.ThresholdModifier and TypeMethodDescriptionBunker.addThreshold(double threshold, Runnable activity) Adds an action that will be executed every time the amount of material in this flow element hits the provided threshold value during simulation.Tank.addThreshold(double threshold, Runnable activity) Adds an action that will be executed every time the amount of material in this Tank hits the provided threshold value during simulation.Methods in com.amalgamasimulation.discreterate with parameters of type Tank.ThresholdModifier and TypeMethodDescriptionvoidBunker.removeThreshold(Tank.Threshold threshold) Removes threshold action added by theBunker.addThreshold(double, Runnable)method.voidTank.removeThreshold(Tank.Threshold threshold) Removes threshold action added by theTank.addThreshold(double, Runnable)method.