|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.kaariboga.core.Kaariboga
|
+--org.kaariboga.agents.ReturnAgent
Example of a simple kaariboga that travels to another base returns and destroys itself.
| Inner classes inherited from class org.kaariboga.core.Kaariboga |
Kaariboga.FireEventThread, Kaariboga.FireMessageThread |
| Field Summary | |
(package private) int |
trips
Number of trips. |
| Fields inherited from class org.kaariboga.core.Kaariboga |
base, destination, kaaribogaListener, messageListener, name |
| Constructor Summary | |
ReturnAgent(java.lang.String name)
Just initialize the super class. |
|
| Method Summary | |
void |
onArrival()
This is called before run when the agent arrives from a trip. |
void |
onCreate()
This method is called when base has done some initialisation on the agent and before run. |
void |
onDispatch()
This method is called before the agent gets dispatched to another base. |
void |
run()
Run is called every time an agent get's loaded or arrives on a base. |
| Methods inherited from class org.kaariboga.core.Kaariboga |
addKaaribogaListener, addKaaribogaMessageListener, fireDestroyRequest, fireDispatchRequest, fireKaaribogaMessage, fireSleepRequest, getDestination, getName, handleMessage, onAwake, onDestroy, onSleep, setBase, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int trips
| Constructor Detail |
public ReturnAgent(java.lang.String name)
name - The name of the agent. This name has to be
unique. Normally the KaaribogaBase class provides some
method to generate a unique name.| Method Detail |
public void onCreate()
onCreate in class Kaaribogapublic void run()
run in class Kaaribogapublic void onArrival()
onArrival in class Kaaribogapublic void onDispatch()
onDispatch in class Kaariboga
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||