|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UbiwareAgentCommand<E>
The interface all commands have to implement A command is a piece of code which will be scheduled in the agents own thread. It is not always needed to implement the methods directly. Use the derived classes instead. 15.3.2010
| Method Summary | |
|---|---|
E |
getResult()
Get the result of the action performed. |
void |
performCommand(UbiwareAgent agent)
The code which will get executed by the agent. |
| Method Detail |
|---|
void performCommand(UbiwareAgent agent)
agent - The agent which is executing the commandE getResult()
performCommand(UbiwareAgent) has not been executed, the behavior of this
method is undefined.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||