Package | Description |
---|---|
model.agent.humanAgent.aatom.strategicLevel |
Package contains all existing strategic models of an agent.
|
model.agent.humanAgent.aatom.strategicLevel.goal |
The goal module and its related classes.
|
model.agent.humanAgent.aatom.strategicLevel.reasoning.planning |
Planning related classes.
|
Modifier and Type | Field and Description |
---|---|
private GoalModule |
StrategicModel.goalModule
The goal module.
|
Modifier and Type | Method and Description |
---|---|
GoalModule |
StrategicModel.getGoalModule()
Gets the goal module.
|
Constructor and Description |
---|
StrategicModel(PlanningModule planner,
GoalModule goalModule,
BeliefModule beliefModule)
Creates a strategic model.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicOperatorGoalModule
The goal module for operators.
|
class |
BasicPassengerGoalModule
The goal module for passengers.
|
Modifier and Type | Field and Description |
---|---|
protected GoalModule |
PlanningModule.goalModule
The goal module.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanningModule.init(GoalModule goalModule)
Initializes the activity planner.
|