Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.console |
Contains the main for the console client.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
com.tameif.tame.factory |
Objects for creating structures.
|
Modifier and Type | Class and Description |
---|---|
class |
TAMELogic
Rules class.
|
class |
TAMEModuleContext
A mutable context for a module.
|
class |
TAMEOperation
The set of operations.
|
class |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
TAMEConsoleShellMain
A console client implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TOwnershipMap
An ownership map for all objects.
|
Modifier and Type | Class and Description |
---|---|
class |
TAMEScriptReader
A TAMEScript reading class that produces scripts.
|