Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Method and Description |
---|---|
static TAMEResponse |
TAMELogic.handleInit(TAMEModuleContext moduleContext,
TraceType... traceTypes)
Handles context initialization, returning the response from it.
|
static TAMEResponse |
TAMELogic.handleRequest(TAMEModuleContext moduleContext,
java.lang.String input,
TraceType... traceTypes)
Handles a full request.
|
void |
TAMEResponse.trace(TAMERequest request,
TraceType type,
java.lang.String format,
java.lang.Object... args)
Adds a trace cue, but only if a specific trace type is set on the request.
|
boolean |
TAMERequest.traces(TraceType type)
Checks if this request is performing a specific type of trace.
|
Modifier and Type | Field and Description |
---|---|
static TraceType[] |
TraceType.VALUES |
Modifier and Type | Method and Description |
---|---|
static TraceType |
TraceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceType[] |
TraceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|