Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IVariableValueMapper
-
Packages that use IVariableValueMapper Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of IVariableValueMapper in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IVariableValueMapper Modifier and Type Class Description classInstanceNameValueMapperImplements a simple instance-name based value mapper.Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as IVariableValueMapper Modifier and Type Field Description private static IVariableValueMapperVariableValueMapping. DEFAULTprivate static IVariableValueMapperVariableValueMapping. instanceMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return IVariableValueMapper Modifier and Type Method Description static IVariableValueMapperVariableValueMapping. getInstance()Returns the actual mapper instance.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type IVariableValueMapper Modifier and Type Method Description static voidVariableValueMapping. setInstance(IVariableValueMapper mapper)Defines the actual mapper instance.
-