Uses of Class
org.apache.wayang.profiler.log.Variable
-
Packages that use Variable Package Description org.apache.wayang.profiler.log -
-
Uses of Variable in org.apache.wayang.profiler.log
Methods in org.apache.wayang.profiler.log that return Variable Modifier and Type Method Description Variable
OptimizationSpace. getOrCreateVariable(java.lang.String id)
Variable
OptimizationSpace. getVariable(int index)
Variable
OptimizationSpace. getVariable(java.lang.String id)
Methods in org.apache.wayang.profiler.log that return types with arguments of type Variable Modifier and Type Method Description java.util.Collection<Variable>
DynamicLoadEstimator. getEmployedVariables()
Get theVariable
s used in this instance.java.util.Collection<Variable>
DynamicLoadProfileEstimator. getEmployedVariables()
java.util.Map<Platform,Variable>
GeneticOptimizer. getPlatformOverheads()
java.util.List<Variable>
OptimizationSpace. getVariables()
Constructors in org.apache.wayang.profiler.log with parameters of type Variable Constructor Description DynamicLoadEstimator(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, java.util.function.Function<Individual,java.lang.String> specificationBuilder, Variable... employedVariables)
Creates a new instance.Constructor parameters in org.apache.wayang.profiler.log with type arguments of type Variable Constructor Description DynamicLoadEstimator(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, java.util.function.Function<Individual,java.lang.String> specificationBuilder, java.util.Collection<Variable> employedVariables)
Creates a new instance.
-