| Modifier and Type | Field and Description |
|---|---|
protected CommDirectHelper |
commDirect
The comm direct.
|
actuating, myAccessPoint, myActuator, myAgent, mySensor, parameters, sensing| Constructor and Description |
|---|
CommDirect() |
| 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, stopprotected CommDirectHelper commDirect
public final boolean configure()
LifeCyclepublic final boolean init()
LifeCyclepublic final boolean finit()
LifeCycle