| Package | Description |
|---|---|
| com.jmodule.def | |
| com.jmodule.exec |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedCommand
Represents a command with a certain minimum and maximum number of parameters.
|
class |
IndefiniteCommand
Represents a Command with an indefinite number of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Command> |
Module.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.addCommand(Command c)
Adds to a list of commands that are only accessible when the user has
switched to this module.
|