Interface IVariableRenamer

All Known Implementing Classes:
IVariableRenamer.HierarchicalName, IVariableRenamer.SameName

public interface IVariableRenamer
Helper interface to ease the naming of the new variables during flattening
  • Method Details

    • createVariableName

      String createVariableName(PVariable pVariable, PQuery query)
      Creates a variable name based on a given variable and a given query. It only creates a String, doesn't set anything.
      Parameters:
      pVariable -
      query -
      Returns:
      the new variable name as a String