| Interface | Description |
|---|---|
| TAMEConstants |
Contains constants.
|
| Class | Description |
|---|---|
| TAMECommand |
TAME processed command item.
|
| TAMEInterrupt |
A special throwable that interrupts a code block execution.
|
| TAMELogic |
Rules class.
|
| TAMEModule |
An instantiated module.
|
| TAMEModule.Header |
TAME Module Header.
|
| TAMEModuleContext |
A mutable context for a module.
|
| TAMERequest |
Request object generated by the engine to be interpreted and then
have a response returned back.
|
| TAMEResponse |
Response object generated by the engine in which error
or output messages get sent back (and perhaps re-interpreted by the client
or other objects to facilitate user feedback).
|
| TAMEResponseReader |
A response reader class that iterates through
the cues in the response and does stuff to specific responses.
|
| Enum | Description |
|---|---|
| TAMEOperation |
The set of operations.
|
| Exception | Description |
|---|---|
| TAMEFatalException |
Thrown when an unexpected error occurs in TAME.
|