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.
|
init
private Activity assignment
public BasicOperatorCommunicationModule(Activity assignment)
assignment
- The assignment of the agent.public void communicate(CommunicationType type, java.lang.Object communication)
CommunicationModule
communicate
in class CommunicationModule
type
- The type of communication.communication
- The communication.