Uses of Class
org.apache.wayang.profiler.log.Variable
Packages that use Variable
-
Uses of Variable in org.apache.wayang.profiler.log
Methods in org.apache.wayang.profiler.log that return VariableModifier and TypeMethodDescriptionOptimizationSpace.getOrCreateVariable
(String id) OptimizationSpace.getVariable
(int index) OptimizationSpace.getVariable
(String id) Methods in org.apache.wayang.profiler.log that return types with arguments of type VariableModifier and TypeMethodDescriptionDynamicLoadEstimator.getEmployedVariables()
Get theVariable
s used in this instance.DynamicLoadProfileEstimator.getEmployedVariables()
GeneticOptimizer.getPlatformOverheads()
OptimizationSpace.getVariables()
Constructors in org.apache.wayang.profiler.log with parameters of type VariableModifierConstructorDescriptionDynamicLoadEstimator
(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, Function<Individual, String> specificationBuilder, Variable... employedVariables) Creates a new instance.Constructor parameters in org.apache.wayang.profiler.log with type arguments of type VariableModifierConstructorDescriptionDynamicLoadEstimator
(DynamicLoadEstimator.SinglePointEstimator singlePointEstimator, Function<Individual, String> specificationBuilder, Collection<Variable> employedVariables) Creates a new instance.