|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWorkExecutor | |
|---|---|
| cz.cuni.amis.pogamut.shady | Fuzzy/Shady (name subject to change) ===== Shady is a new engine using if-then rules. posh is ugly piece of code that is maintaining compatibility with the version written in lisp and later in Python. |
| cz.cuni.amis.pogamut.shady.engine | |
| cz.cuni.amis.pogamut.sposh.engine | |
| cz.cuni.amis.pogamut.sposh.executor | |
| Uses of IWorkExecutor in cz.cuni.amis.pogamut.shady |
|---|
| Methods in cz.cuni.amis.pogamut.shady with parameters of type IWorkExecutor | |
|---|---|
BigDecimal |
QueryCall.execute(IWorkExecutor executor)
Execute the primitive with name and proper arguments and return value. |
BigDecimal |
IQuery.execute(IWorkExecutor executor)
Execute query and return number. |
| Uses of IWorkExecutor in cz.cuni.amis.pogamut.shady.engine |
|---|
| Classes in cz.cuni.amis.pogamut.shady.engine with type parameters of type IWorkExecutor | |
|---|---|
class |
ShadeEngine<EXECUTOR extends IWorkExecutor>
This class is taking a shade plan (already parsed in form of ShadeTree
and executing it using supplied IWorkExecutor. |
| Uses of IWorkExecutor in cz.cuni.amis.pogamut.sposh.engine |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.engine with parameters of type IWorkExecutor | |
|---|---|
PoshEngine.EvaluationResultInfo |
PoshEngine.evaluatePlan(IWorkExecutor workExecuter)
|
FireResult |
ADExecutor.fire(IWorkExecutor workExecuter)
|
boolean |
ADExecutor.isExit(IWorkExecutor workExecutor)
|
| Uses of IWorkExecutor in cz.cuni.amis.pogamut.sposh.executor |
|---|
| Subinterfaces of IWorkExecutor in cz.cuni.amis.pogamut.sposh.executor | |
|---|---|
interface |
ILogicWorkExecutor
Deprecated. This is a wrong place for these methods, SposhLogicController
has templated IWorkExecutor and methods logicBeforePlan
and logicBeforePlan. This is no longer automatically executed by LogicController anymore. You must do it yourself. |
| Classes in cz.cuni.amis.pogamut.sposh.executor that implement IWorkExecutor | |
|---|---|
class |
BehaviorWorkExecutor
Executor for posh plans that will execute annotated methods on the object. |
class |
PrintWorkExecutor
Very simple executor for plans that will print name of primitive, that is supposed to execute, to specified stream. |
class |
StateWorkExecutor
This class is an IWorkExecutor, that considers actions to be have state,
in this executor, primitive is working in phases INIT, RUN*, DONE. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||