| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor |
Classes for creation and execution of primitives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParamsAction<CONTEXT extends Context>
Base class for
actions that have parameters passed to them
using the reflection API. |
class |
ParamsSense<CONTEXT extends Context,RETURN>
Create new parametrized
sense using reflection. |
class |
StateAction<CONTEXT extends Context>
Basic state action primitive.
|
class |
StateSense<CONTEXT extends Context,RETURN>
Basic state sense primitive.
|
| Modifier and Type | Field and Description |
|---|---|
protected CONTEXT |
StateSense.ctx
Context for the action
|
protected CONTEXT |
StateAction.ctx
Context for the action
|
| Constructor and Description |
|---|
DoNothing(Context ctx) |
Fail(Context ctx) |
Succeed(Context ctx) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.