public class BasicOperatorStrategicModel extends StrategicModel
| Constructor and Description |
|---|
BasicOperatorStrategicModel(Activity assignment)
Creates the strategic model.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
wantsToBeDestroyed()
Determines if the agent wants to be removed from the simulation.
|
getActivityPlanner, getBeliefModule, getGoalModule, init, updatepublic BasicOperatorStrategicModel(Activity assignment)
assignment - The assignment of the agent.public boolean wantsToBeDestroyed()
StrategicModelwantsToBeDestroyed in class StrategicModel