Package | Description |
---|---|
model.agent.humanAgent.aatom |
All AATOM related packages.
|
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.tacticalLevel.activity.operator.impl |
Basic operator activity implementations.
|
model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl |
Basic operator activity implementations.
|
util.math.distributions |
Mathematical distributions.
|
Modifier and Type | Field and Description |
---|---|
protected MathDistribution |
Passenger.Builder.checkPointCollectTime |
protected MathDistribution |
Passenger.Builder.checkPointDropTime |
Constructor and Description |
---|
BasicPassengerStrategicModel(java.lang.Class<? extends Facility> facility,
boolean checkedIn,
MathDistribution checkPointDropTime,
MathDistribution checkPointCollectTime,
Flight flight)
Creates the goal module for passenger based on a facility visit,
checked-in and flight.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Collection<Goal> |
BasicPassengerGoalModule.getPassengerGoals(java.lang.Class<? extends Facility> facility,
boolean checkedIn,
MathDistribution checkPointDropTime,
MathDistribution checkPointCollectTime,
Flight flight)
Gets the goals for the passenger.
|
Constructor and Description |
---|
BasicPassengerGoalModule(java.lang.Class<? extends Facility> facility,
boolean checkedIn,
MathDistribution checkPointDropTime,
MathDistribution checkPointCollectTime,
Flight flight)
Creates the goal module for passenger based on a facility visit,
checked-in and flight.
|
Modifier and Type | Field and Description |
---|---|
private MathDistribution |
BasicLuggageCheckActivity.timeDistribution
The time distribution.
|
private MathDistribution |
BasicETDCheckActivity.waitingDistribution
The passenger waiting time.
|
private MathDistribution |
BasicOperatorCheckInActivity.waitingTime
The distribution of waiting times.
|
private MathDistribution |
BasicOperatorBorderControlActivity.waitingTime
The distribution of waiting times.
|
Constructor and Description |
---|
BasicETDCheckActivity(WalkThroughMetalDetector wtmd,
MathDistribution waitingDistribution)
Creates an ETD check activity.
|
BasicLuggageCheckActivity(MathDistribution timeDistribution)
Creates a luggage check activity.
|
BasicOperatorBorderControlActivity(Desk desk,
MathDistribution waitingTime)
Creates a border control activity for the border operator.
|
BasicOperatorCheckInActivity(Desk desk,
MathDistribution waitingTime)
Creates a check-in activity for the check-in operator.
|
Modifier and Type | Field and Description |
---|---|
private MathDistribution |
BasicSchipholCheckpointActivity.collectDistribution
The luggage collect time distribution.
|
private MathDistribution |
BasicRegionalCheckpointActivity.collectDistribution
The luggage collect time distribution.
|
private MathDistribution |
BasicSchipholCheckpointActivity.dropDistribution
The luggage drop time distribution.
|
private MathDistribution |
BasicRegionalCheckpointActivity.dropDistribution
The luggage drop time distribution.
|
Constructor and Description |
---|
BasicRegionalCheckpointActivity(Flight flight,
MathDistribution dropDistribution,
MathDistribution collectDistribution)
Creates a checkpoint activity with a specified high level model of an
agent.
|
BasicSchipholCheckpointActivity(Flight flight,
MathDistribution dropDistribution,
MathDistribution collectDistribution)
Creates a checkpoint activity with a specified high level model of an
agent.
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentialDistribution
The exponential distribution.
|
class |
NormalDistribution
The normal distribution.
|
class |
WeibullDistribution
The Weibull distribution.
|