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.
|
| Modifier and Type | Method and Description |
|---|---|
CONTEXT |
getCtx()
Get shared context of all primitives.
|
String |
getName()
Get name of the 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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.