Package | Description |
---|---|
model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl |
Basic operator activity implementations.
|
model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl |
Basic operator activity implementations.
|
model.environment.objects.area |
Airport areas.
|
model.environment.objects.flight |
Flight related classes.
|
model.map |
The
Map and its MapComponent s. |
view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI . |
Modifier and Type | Field and Description |
---|---|
private Desk |
BasicOperatorCheckInActivity.desk
The desk it operates at.
|
private Desk |
BasicOperatorBorderControlActivity.desk
The desk it operates at.
|
Constructor and Description |
---|
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 Desk |
BasicPassengerCheckInActivity.servingDesk
The serving desk.
|
private Desk |
BasicPassengerBorderControlActivity.servingDesk
The serving desk.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<Desk> |
BasicPassengerCheckInActivity.getClosestDesks()
Gets the closest desk.
|
private java.util.List<Desk> |
BasicPassengerBorderControlActivity.getClosestDesks()
Gets the closest desk.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Desk> |
BorderControlGateArea.borderControlDesks
The desks.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Desk> |
BorderControlGateArea.getBorderControlDesks()
Gets the border control desks.
|
Constructor and Description |
---|
BorderControlGateArea(double topX,
double topY,
double width,
double height,
java.util.List<Desk> borderControlDesks,
QueuingArea borderControlQueue)
Creates a rectangular gate area from a specified (x,y) coordinate, width
and height.
|
BorderControlGateArea(int gateNumber,
double topX,
double topY,
double width,
double height,
java.util.List<Desk> borderControlDesks,
QueuingArea borderControlQueue)
Creates a rectangular gate area from a specified (x,y) coordinate, width
and height.
|
BorderControlGateArea(int gateNumber,
java.util.List<Position> corners,
java.util.List<Desk> borderControlDesks,
QueuingArea borderControlQueue)
Creates the area with a set of specified corner points.
|
BorderControlGateArea(java.util.List<Position> corners,
java.util.List<Desk> borderControlDesks,
QueuingArea borderControlQueue)
Creates the area with a set of specified corner points.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Desk> |
Flight.checkInDesks
The desks.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Desk> |
Flight.getCheckInDesks()
Gets the check in desks.
|
Constructor and Description |
---|
Flight(FlightType flightType,
double flightTime,
GateArea gateArea,
java.util.Collection<Desk> checkInDesks,
QueuingArea checkInQueue,
QueuingArea checkpointQueue)
Creates a new flight.
|
Flight(FlightType flightType,
int size,
double flightTime,
GateArea gateArea,
java.util.Collection<Desk> checkInDesks,
QueuingArea checkInQueue,
QueuingArea checkpointQueue)
Creates a new flight.
|
Modifier and Type | Method and Description |
---|---|
static Desk |
ModelComponentBuilder.createDesk(Position start,
double width,
double height,
Position origin,
double degreeRotation,
Position servingPosition)
Creates a
Desk with a given width and height and rotation angle. |
Modifier and Type | Field and Description |
---|---|
private Desk |
DeskView.physicalObstacle
The
Desk . |
Modifier and Type | Method and Description |
---|---|
Desk |
DeskView.getDesk()
Gets the physical obstacle.
|
Constructor and Description |
---|
DeskView(Desk physicalObstacle)
Creates the PhysicalObstacleView.
|