public class BasicOperatorCommunicationModule extends CommunicationModule
| Modifier and Type | Field and Description |
|---|---|
private Activity |
assignment
The assignment.
|
activityModule, movementModule, navigationModule| Constructor and Description |
|---|
BasicOperatorCommunicationModule(Activity assignment)
Creates a communication model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
communicate(CommunicationType type,
java.lang.Object communication)
Communicate.
|
initprivate Activity assignment
public BasicOperatorCommunicationModule(Activity assignment)
assignment - The assignment of the agent.public void communicate(CommunicationType type, java.lang.Object communication)
CommunicationModulecommunicate in class CommunicationModuletype - The type of communication.communication - The communication.