Class VariableValueMapping
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.vilTypes.configuration.VariableValueMapping
-
public class VariableValueMapping extends java.lang.ObjectStores overriding values for IVML elements. This approach is currently rather basic and needs further refinement.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private static IVariableValueMapperDEFAULTprivate static IVariableValueMapperinstance
-
Constructor Summary
Constructors Constructor Description VariableValueMapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IVariableValueMappergetInstance()Returns the actual mapper instance.static voidsetInstance(IVariableValueMapper mapper)Defines the actual mapper instance.
-
-
-
Field Detail
-
DEFAULT
private static final IVariableValueMapper DEFAULT
-
instance
private static IVariableValueMapper instance
-
-
Method Detail
-
getInstance
public static IVariableValueMapper getInstance()
Returns the actual mapper instance.- Returns:
- the actual instance
-
setInstance
public static void setInstance(IVariableValueMapper mapper)
Defines the actual mapper instance.- Parameters:
mapper- the mapper, switch to default if null
-
-