| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.strategicLevel |
Package contains all existing strategic models of an agent.
|
| Modifier and Type | Field and Description |
|---|---|
private BeliefModule |
StrategicModel.beliefModule
The belief module.
|
| Modifier and Type | Method and Description |
|---|---|
BeliefModule |
StrategicModel.getBeliefModule()
Gets the belief module.
|
| Constructor and Description |
|---|
StrategicModel(PlanningModule planner,
GoalModule goalModule,
BeliefModule beliefModule)
Creates a strategic model.
|