Package | Description |
---|---|
model.agent.humanAgent.aatom |
All AATOM related packages.
|
model.agent.humanAgent.aatom.operationalLevel |
All operational models in the project.
|
model.agent.humanAgent.aatom.operationalLevel.action.communication.impl |
Communication module implementations.
|
model.agent.humanAgent.aatom.operationalLevel.action.movement |
Movement related classes.
|
model.agent.humanAgent.aatom.operationalLevel.action.movement.impl |
Movement model implementations.
|
model.agent.humanAgent.aatom.operationalLevel.observation.impl |
Observation module implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
OperatorAgent
An operator agent is a
HumanAgent that performs operator tasks. |
class |
Passenger
A Passenger is a type of
HumanAgent that is a passenger in the
simulation. |
Modifier and Type | Method and Description |
---|---|
AatomHumanAgent |
AatomHumanAgentTest.generateBaseAgent()
Generates a base agent.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationalModel.init(Map map,
AatomHumanAgent agent,
NavigationModule navigationModule,
ActivityModule activityModule)
Initializes the
AatomHumanAgent . |
Modifier and Type | Method and Description |
---|---|
AatomHumanAgent |
BasicPassengerCommunicationModuleTest.generateBaseAgent()
Generates a base agent.
|
AatomHumanAgent |
BasicOperatorCommunicationModuleTest.generateBaseAgent()
Generates a base agent.
|
Modifier and Type | Field and Description |
---|---|
AatomHumanAgent |
MovementModule.agent
The agent.
|
Modifier and Type | Method and Description |
---|---|
void |
MovementModule.init(AatomHumanAgent agent,
ObservationModule observationModule)
Sets the agent.
|
Modifier and Type | Method and Description |
---|---|
AatomHumanAgent |
StaticMovementModuleTest.generateBaseAgent()
Generates a base agent with a static movement model.
|
AatomHumanAgent |
RandomMovementModuleTest.generateBaseAgent()
Generates a base agent with a static movement model.
|
AatomHumanAgent |
HelbingMovementModuleTest.generateBaseAgent()
Generates a base agent with a static movement model.
|
AatomHumanAgent |
BasicMovementModuleTest.generateBaseAgent()
Generates a base agent with a static movement model.
|
Modifier and Type | Method and Description |
---|---|
void |
HelbingMovementModule.init(AatomHumanAgent agent,
ObservationModule observationModule) |
Modifier and Type | Method and Description |
---|---|
AatomHumanAgent |
BasicPassengerObservationModuleTest.generateBaseAgent()
Generates a base agent.
|