|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISpaceAction | |
|---|---|
| jadex.application.space.envsupport.environment | |
| jadex.application.space.envsupport.environment.space2d.action | |
| Uses of ISpaceAction in jadex.application.space.envsupport.environment |
|---|
| Fields in jadex.application.space.envsupport.environment declared as ISpaceAction | |
|---|---|
ISpaceAction |
ComponentActionList.ActionEntry.action
The action. |
| Methods in jadex.application.space.envsupport.environment that return ISpaceAction | |
|---|---|
ISpaceAction |
AbstractEnvironmentSpace.getSpaceAction(String id)
Adds an space action. |
| Methods in jadex.application.space.envsupport.environment with parameters of type ISpaceAction | |
|---|---|
void |
IEnvironmentSpace.addSpaceAction(String name,
ISpaceAction action)
Adds an space action. |
void |
AbstractEnvironmentSpace.addSpaceAction(String id,
ISpaceAction action)
Adds an space action. |
void |
ComponentActionList.scheduleComponentAction(ISpaceAction action,
Map parameters,
IResultListener listener)
Schedules an component action. |
| Constructors in jadex.application.space.envsupport.environment with parameters of type ISpaceAction | |
|---|---|
ComponentActionList.ActionEntry(ISpaceAction action,
Map parameters,
IResultListener listener)
Convenience constructor for inline entry creation. |
|
| Uses of ISpaceAction in jadex.application.space.envsupport.environment.space2d.action |
|---|
| Classes in jadex.application.space.envsupport.environment.space2d.action that implement ISpaceAction | |
|---|---|
class |
GetPosition
Set the position action. |
class |
SetPosition
Set the position action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||