Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
Modifier and Type | Method and Description |
---|---|
TElementContext<?> |
TAMEModuleContext.getContextByIdentity(java.lang.String identity)
Gets an element context by element name.
|
TElementContext<?> |
TAMEModuleContext.resolveElementContext(Value varElement)
Resolves an element context by a value.
|
Modifier and Type | Method and Description |
---|---|
static void |
TAMELogic.callBlock(TAMERequest request,
TAMEResponse response,
TElementContext<?> context,
Block block)
Performs the necessary tasks for calling an object block.
|
static void |
TAMELogic.callBlock(TAMERequest request,
TAMEResponse response,
TElementContext<?> context,
Block block,
boolean functionBlock,
ValueSet blockLocal)
Performs the necessary tasks for calling an object block.
|
static boolean |
TAMELogic.callElementBlock(TAMERequest request,
TAMEResponse response,
TElementContext<?> context,
BlockEntry blockEntry)
Attempts to resolve and call an element block.
|
static boolean |
TAMELogic.callElementBlock(TAMERequest request,
TAMEResponse response,
TElementContext<?> context,
BlockEntry blockEntry,
java.lang.String openTarget,
java.lang.Iterable<java.lang.String> locals)
Attempts to resolve and call an element block.
|
static Value |
TAMELogic.callElementFunction(TAMERequest request,
TAMEResponse response,
java.lang.String functionName,
TElementContext<?> originContext)
Calls a function from an arbitrary context, using the bound element as a lineage search point.
|
Modifier and Type | Class and Description |
---|---|
class |
TContainerContext
Container context.
|
class |
TObjectContext
Object context.
|
class |
TPlayerContext
Player context.
|
class |
TRoomContext
Room context.
|
class |
TWorldContext
Holds contextual information for a TElement.
|