|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface IWorkExecutor
Interface that is used by posh engine to execute primitives. There may be multiple ways to execute primitives, original posh is just calling methods, we may want primitives executed in phases (like INIT, RUN*, FINISH).
| Method Summary | |
|---|---|
ActionResult |
executeAction(String actionName,
VariableContext ctx)
Execute action and get the result. |
Object |
executeSense(String senseName,
VariableContext ctx)
Execute sense and get the result. |
| Method Detail |
|---|
Object executeSense(String senseName,
VariableContext ctx)
senseName - name of primitivectx - variable context for sense containing possible parameters
ActionResult executeAction(String actionName,
VariableContext ctx)
actionName - name of primitivectx - variable context for action containing possible parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||