Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element |
Contains the element types.
|
Modifier and Type | Method and Description |
---|---|
TAction |
TAMECommand.getAction()
Gets the action to call.
|
TAction |
TAMEModule.getActionByIdentity(java.lang.String identity)
Retrieves an action by its identity.
|
TAction |
TAMEModule.getActionByName(java.lang.String name)
Retrieves an action by name, case-insensitively.
|
TAction |
TAMEModuleContext.resolveAction(java.lang.String actionIdentity)
Resolves an action by its identity.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map.Entry<java.lang.String,TAction>> |
TAMEModule.getActionList() |
Modifier and Type | Method and Description |
---|---|
void |
TAMEModule.addAction(TAction a)
Add an action to this world.
|
static TAMECommand |
TAMECommand.create(TAction action)
Creates a general action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
TObject object)
Creates a transitive action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
TObject object1,
TObject object2)
Creates a ditransitive action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
java.lang.String target)
Creates a modal or open action item to execute later.
|
Modifier and Type | Method and Description |
---|---|
static TAction |
TAction.create(java.io.InputStream in)
Creates this object from an input stream, expecting its byte representation.
|
Modifier and Type | Method and Description |
---|---|
int |
TAction.compareTo(TAction action) |
boolean |
TAction.equals(TAction action)
Compares actions.
|