| Package | Description |
|---|---|
| model.agent.humanAgent.aatom |
All AATOM related packages.
|
| model.agent.humanAgent.aatom.operationalLevel |
All operational models in the project.
|
| Modifier and Type | Field and Description |
|---|---|
protected OperationalModel |
Passenger.Builder.operationalModel |
protected OperationalModel |
AatomHumanAgent.operationalModel
The
OperationalModel. |
| Modifier and Type | Method and Description |
|---|---|
T |
Passenger.Builder.setOperationalModel(OperationalModel operationalModel)
Set the operational model.
|
| Constructor and Description |
|---|
AatomHumanAgent(Position position,
double radius,
double mass,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel)
Creates a human agent with a specified
StrategicModel and
OperationalModel with default color red. |
AatomHumanAgent(Position position,
double radius,
double mass,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel,
java.awt.Color color)
Creates a human agent.
|
Passenger(Flight flight,
boolean checkedIn,
java.lang.Class<? extends Facility> facility,
Position position,
double radius,
double mass,
java.util.Collection<Luggage> luggage,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel,
java.awt.Color color)
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicOperatorOperationalModel
The basic operator operational model contains an observation model,
communication model and a static movement model.
|
class |
BasicPassengerOperationalModel
The Low Level Model handles all low level interactions of a
HumanAgent with its surroundings. |