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

RETURN - Class of object that this sense returns every time it is queried.public interface ISense<RETURN>
Interface for sense in state paradigma.
Sense should NEVER EVER do any action. It is different fromIAction.
Think of it as constant method of C++ class.
Examples:
IPrimitive,
StateWorkExecutor| Method Summary | |
|---|---|
RETURN |
query(VariableContext params)
Query current value of sense. |
| Method Detail |
|---|
RETURN query(VariableContext params)
params - Variable context passed from posh plan to sense. Could be used for things like threshold and so on.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||