Uses of Interface
org.apache.wayang.profiler.log.DynamicLoadEstimator.SinglePointEstimator
-
Packages that use DynamicLoadEstimator.SinglePointEstimator Package Description org.apache.wayang.profiler.log -
-
Uses of DynamicLoadEstimator.SinglePointEstimator in org.apache.wayang.profiler.log
Constructors in org.apache.wayang.profiler.log with parameters of type DynamicLoadEstimator.SinglePointEstimator Constructor Description DynamicLoadEstimator(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, java.util.function.Function<Individual,java.lang.String> specificationBuilder, java.util.Collection<Variable> employedVariables)
Creates a new instance.DynamicLoadEstimator(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, java.util.function.Function<Individual,java.lang.String> specificationBuilder, Variable... employedVariables)
Creates a new instance.
-