Interface IVersionRestriction.IVariableMapper

Enclosing interface:
IVersionRestriction

public static interface IVersionRestriction.IVariableMapper
Maps a variable to another while copying.
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    map(IVariable variable)
    Maps variable to its copied version.
  • Method Details

    • map

      IVariable map(IVariable variable)
      Maps variable to its copied version.
      Parameters:
      variable - the variable
      Returns:
      the mapped variable (may be null if there is no mapping)