Class VariableValueMapping


  • public class VariableValueMapping
    extends java.lang.Object
    Stores overriding values for IVML elements. This approach is currently rather basic and needs further refinement.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • VariableValueMapping

        public VariableValueMapping()
    • 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