Uses of Class
net.automatalib.common.util.random.WeightedSupplier
-
Packages that use WeightedSupplier Package Description net.automatalib.common.util.random -
-
Uses of WeightedSupplier in net.automatalib.common.util.random
Methods in net.automatalib.common.util.random that return WeightedSupplier Modifier and Type Method Description WeightedSupplier<T>
WeightedSupplier. add(Supplier<? extends T> supplier, int weight)
Adds a sub-supplier with a given weight.WeightedSupplier<T>
WeightedSupplier. add(T obj, int weight)
Adds an object to be supplied with a given weight.
-