| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.strategicLevel |
Package contains all existing strategic models of an agent.
|
| model.agent.humanAgent.aatom.strategicLevel.belief |
The belief module and its related classes.
|
| model.agent.humanAgent.aatom.strategicLevel.reasoning.planning |
Planning related classes.
|
| model.agent.humanAgent.aatom.tacticalLevel |
Tactical level related classes.
|
| model.agent.humanAgent.aatom.tacticalLevel.activity |
Activity related classes.
|
| Modifier and Type | Field and Description |
|---|---|
private PlanningModule |
StrategicModel.planner
The activity planner.
|
| Modifier and Type | Method and Description |
|---|---|
PlanningModule |
StrategicModel.getActivityPlanner()
Gets the activity planner.
|
| Constructor and Description |
|---|
StrategicModel(PlanningModule planner,
GoalModule goalModule,
BeliefModule beliefModule)
Creates a strategic model.
|
| Modifier and Type | Field and Description |
|---|---|
private PlanningModule |
BeliefModule.planner
The planner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeliefModule.init(PlanningModule planner,
ObservationModule observationModule,
java.util.Collection<Activity> activities)
Initializes the belief module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicOperatorPlanner
A basic activity planner for operators.
|
class |
BasicPassengerPlanner
A basic passenger activity planner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TacticalModel.init(Map map,
HumanAgent agent,
MovementModule movement,
ObservationModule observations,
PlanningModule planner,
java.util.Collection<Activity> activities)
Initializes the
HumanAgent. |
| Modifier and Type | Field and Description |
|---|---|
protected PlanningModule |
ActivityModule.planningModule
The planner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityModule.init(Map map,
HumanAgent agent,
MovementModule movementModel,
ObservationModule observationModule,
java.util.Collection<Activity> activities,
PlanningModule planner,
NavigationModule navigationModule) |