CONTEXT - Context of this action, used to manipulate the environment.public abstract class StateAction<CONTEXT extends Context> extends Object implements IAction
| Modifier and Type | Field and Description |
|---|---|
protected CONTEXT |
ctx
Context for the action
|
| Modifier | Constructor and Description |
|---|---|
protected |
StateAction(CONTEXT ctx)
Create new state action.
|
protected |
StateAction(String name,
CONTEXT ctx)
Create new state action.
|
protected StateAction(String name, CONTEXT ctx)
name - name of the actionctx - action context, used as shared memory or environment interactor.protected StateAction(CONTEXT ctx)
ctx - action context, used as shared memory or environment interactor.Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.