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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IVariableRenamer.HierarchicalName
static class
IVariableRenamer.SameName
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createVariableName(PVariable pVariable, PQuery query)
Creates a variable name based on a given variable and a given query.
-