Class EnvironmentVariableValueProvider
java.lang.Object
org.palladiosimulator.simexp.dsl.smodel.interpreter.value.EnvironmentVariableValueProvider
- All Implemented Interfaces:
IFieldValueProvider
,PerceivedEnvironmentalStateValueInjector
public class EnvironmentVariableValueProvider
extends Object
implements IFieldValueProvider, PerceivedEnvironmentalStateValueInjector
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentVariableValueProvider
(org.palladiosimulator.envdyn.environment.staticmodel.ProbabilisticModelRepository staticEnvDynModel) -
Method Summary
Modifier and TypeMethodDescriptiongetBoolValue
(Field field) getDoubleValue
(Field field) getIntegerValue
(Field field) getStringValue
(Field field) void
injectPerceivedEnvironmentStateValues
(List<org.palladiosimulator.envdyn.api.entity.bn.InputValue<tools.mdsd.probdist.api.entity.CategoricalValue>> currentValues)
-
Constructor Details
-
EnvironmentVariableValueProvider
public EnvironmentVariableValueProvider(org.palladiosimulator.envdyn.environment.staticmodel.ProbabilisticModelRepository staticEnvDynModel)
-
-
Method Details
-
getBoolValue
- Specified by:
getBoolValue
in interfaceIFieldValueProvider
-
getDoubleValue
- Specified by:
getDoubleValue
in interfaceIFieldValueProvider
-
getIntegerValue
- Specified by:
getIntegerValue
in interfaceIFieldValueProvider
-
getStringValue
- Specified by:
getStringValue
in interfaceIFieldValueProvider
-
injectPerceivedEnvironmentStateValues
public void injectPerceivedEnvironmentStateValues(List<org.palladiosimulator.envdyn.api.entity.bn.InputValue<tools.mdsd.probdist.api.entity.CategoricalValue>> currentValues) - Specified by:
injectPerceivedEnvironmentStateValues
in interfacePerceivedEnvironmentalStateValueInjector
-