| Modifier and Type | Class and Description |
|---|---|
private class |
CommMessage.ReceiveMessages
The Class ReceiveMessages.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) jade.core.behaviours.Behaviour |
b
The b.
|
(package private) jade.core.behaviours.ThreadedBehaviourFactory |
tbf
The tbf.
|
actuating, myAccessPoint, myActuator, myAgent, mySensor, parameters, sensing| Constructor and Description |
|---|
CommMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure()
User-implemented method that configures the component, setting up user parameters and essential properties.
|
boolean |
finit()
User-implemented finalization method, called by stop().
|
boolean |
init()
User-implemented initialization method, called by start().
|
void |
receive(Event evt)
Event listener.
|
void |
send(Event evt)
Event source.
|
getParameters, parameterUpdate, setParameters, start, stopjade.core.behaviours.ThreadedBehaviourFactory tbf
jade.core.behaviours.Behaviour b
public final boolean configure()
LifeCyclepublic final boolean init()
LifeCyclepublic final boolean finit()
LifeCycle