|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor | Classes for creation and execution of primitives. |
| Uses of Context in cz.cuni.amis.pogamut.sposh.executor |
|---|
| Classes in cz.cuni.amis.pogamut.sposh.executor with type parameters of type Context | |
|---|---|
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. |
| Fields in cz.cuni.amis.pogamut.sposh.executor declared as Context | |
|---|---|
protected CONTEXT |
StateAction.ctx
Context for the action |
protected CONTEXT |
StateSense.ctx
Context for the action |
| Constructors in cz.cuni.amis.pogamut.sposh.executor with parameters of type Context | |
|---|---|
DoNothing(Context ctx)
|
|
Fail(Context ctx)
|
|
Succeed(Context ctx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||