| Package | Description |
|---|---|
| com.soundhelix.component.songnameengine.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CFGSongNameEngine.RandomStrings> |
CFGSongNameEngine.variableMap
The variable map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CFGSongNameEngine.RandomStrings> |
CFGSongNameEngine.getVariableMap() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CFGSongNameEngine.replaceVariables(String string,
Map<String,CFGSongNameEngine.RandomStrings> variableMap,
Random random)
Recursively replaces all variables in the given string by a randomly chosen value from the corresponding variable map values.
|
void |
CFGSongNameEngine.setVariableMap(Map<String,CFGSongNameEngine.RandomStrings> variableMap) |