| Package | Description |
|---|---|
| edu.cmu.sphinx.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketCommandInterpreter.add(java.lang.String name,
CommandInterface command)
Adds the given command to the command list.
|
void |
CommandInterpreter.add(java.lang.String name,
CommandInterface command)
Adds the given command to the command list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInterpreter.add(java.util.Map<java.lang.String,CommandInterface> newCommands)
Add the given set of commands to the list of commands.
|