Package | Description |
---|---|
model.agent.humanAgent.aatom.operationalLevel |
All operational models in the project.
|
model.agent.humanAgent.aatom.operationalLevel.action.communication |
Communication related classes.
|
model.agent.humanAgent.aatom.tacticalLevel |
Tactical level related classes.
|
model.agent.humanAgent.aatom.tacticalLevel.activity |
Activity related classes.
|
model.agent.humanAgent.aatom.tacticalLevel.navigation |
The navigation module and related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationalModel.init(Map map,
AatomHumanAgent agent,
NavigationModule navigationModule,
ActivityModule activityModule)
Initializes the
AatomHumanAgent . |
Modifier and Type | Field and Description |
---|---|
protected NavigationModule |
CommunicationModule.navigationModule
The navigation module.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationModule.init(MovementModule movement,
NavigationModule navigation,
ActivityModule activity)
Sets the movement model.
|
Modifier and Type | Field and Description |
---|---|
private NavigationModule |
TacticalModel.navigationModule
The navigation module.
|
Modifier and Type | Method and Description |
---|---|
NavigationModule |
TacticalModel.getNavigationModule()
Gets the navigation module.
|
Constructor and Description |
---|
BasicOperatorTacticalModel(NavigationModule navigationModule)
Creates a new operator tactical model.
|
TacticalModel(ActivityModule activityModule,
NavigationModule navigationModule)
Creates a new tactical model.
|
Modifier and Type | Field and Description |
---|---|
protected NavigationModule |
Activity.navigationModule
The navigation module.
|
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) |
void |
Activity.init(Map map,
HumanAgent agent,
MovementModule movement,
ObservationModule observations,
NavigationModule navigationModule,
ActivityModule activityModule)
Sets the agent.
|
Modifier and Type | Class and Description |
---|---|
class |
OperatorNavigationModule
The Passenger goal activity determines and updates the goals for a passenger
in the airport.
|
class |
PassengerNavigationModule
The Passenger goal activity determines and updates the goals for a passenger
in the airport.
|