Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

P

paint(Graphics) - Method in class view.MapPanel
 
paintComponent() - Method in class view.mapComponents.AreaView
 
paintComponent() - Method in class view.mapComponents.ChairView
 
paintComponent() - Method in class view.mapComponents.DeskView
 
paintComponent() - Method in class view.mapComponents.HumanAgentView
 
paintComponent() - Method in class view.mapComponents.MapComponentView
Paints the mapComponentView.
paintComponent() - Method in class view.mapComponents.OperatorAgentView
 
paintComponent() - Method in class view.mapComponents.PassengerView
 
paintComponent() - Method in class view.mapComponents.PhysicalObjectView
 
paintComponent() - Method in class view.mapComponents.QueueSeparatorView
 
paintComponent() - Method in class view.mapComponents.WalkThroughMetalDetectorView
 
paintComponent() - Method in class view.mapComponents.XRaySystemView
 
parameterTracker - Variable in class view.graphPanel.LineGraphPanel
The parameter tracker.
parent - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.JumpPointNode
The parent.
passedBorderControl - Variable in class model.environment.objects.area.BorderControlGateArea
The desks.
Passenger - Class in model.agent.humanAgent.aatom
A Passenger is a type of HumanAgent that is a passenger in the simulation.
Passenger(Flight, boolean, Class<? extends Facility>, Position, double, double, Collection<Luggage>, StrategicModel, TacticalModel, OperationalModel, Color) - Constructor for class model.agent.humanAgent.aatom.Passenger
Creates a passenger with a specified StrategicModel and OperationalModel and some Luggage.
passenger - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl.BasicPhysicalCheckActivity
The passenger under consideration.
Passenger.Builder<T extends Passenger.Builder<T>> - Class in model.agent.humanAgent.aatom
Builder class for passenger.
PassengerAnalyzer - Interface in util.analytics
A passenger analyzer analyzes the behaviour of passengers.
PassengerBorderControlActivity - Class in model.agent.humanAgent.aatom.tacticalLevel.activity.passenger
The border control activity.
PassengerBorderControlActivity() - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.PassengerBorderControlActivity
 
PassengerCheckInActivity - Class in model.agent.humanAgent.aatom.tacticalLevel.activity.passenger
The check in activity is responsible for checking in an agent.
PassengerCheckInActivity() - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.PassengerCheckInActivity
 
PassengerNavigationModule - Class in model.agent.humanAgent.aatom.tacticalLevel.navigation
The Passenger goal activity determines and updates the goals for a passenger in the airport.
PassengerNavigationModule(Flight) - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.navigation.PassengerNavigationModule
Create a goal activity.
PassengerNavigationModule(Flight, List<Position>) - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.navigation.PassengerNavigationModule
Creates a goal activity.
passengers - Variable in class util.analytics.DistanceAnalyzer
The map.
passengers - Variable in class util.analytics.TimeToGateAnalyzer
The passengers.
passengers - Variable in class util.analytics.TimeToGatePerFlightAnalyzer
The passengers.
PassengerTest - Class in model.agent.humanAgent.aatom
Tests the passenger.
PassengerTest() - Constructor for class model.agent.humanAgent.aatom.PassengerTest
 
passengerToCheck - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl.BasicETDCheckActivity
The passenger to check.
PassengerView - Class in view.mapComponents
Visualizes a HumanAgent.
PassengerView(Passenger) - Constructor for class view.mapComponents.PassengerView
Create the Agent view.
pathFinder - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.NavigationModule
The method to determine our path.
PathFinder - Class in model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder
A path finder finds a feasible path between a specified starting Position and goal Position on a specified Map.
PathFinder(Map, double) - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.PathFinder
Creates a path finder.
PathShape - Class in model.map.shapes
The polygon shape class.
PathShape(List<Position>) - Constructor for class model.map.shapes.PathShape
Create the path shape.
pause - Variable in class view.ControlPanel
pause button.
paused - Variable in class model.environment.objects.physicalObject.sensor.XRaySystem
The system is paused.
pauseSystem(boolean) - Method in class model.environment.objects.physicalObject.sensor.XRaySystem
Pauses or unpaused the system.
percentageOfPassengers - Variable in class simulation.simulation.agentGenerator.FlightSpecificAgentGenerator
The percentage of passengers arriving.
performSimulation(int) - Static method in class simulation.main.Main
Perform a simulation with a specified trial number.
personsInCosideration - Variable in class model.environment.objects.physicalObject.sensor.WalkThroughMetalDetector
The passengers in consideration.
phase - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl.BasicRegionalCheckpointActivity
The phase.
phase - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl.BasicSchipholCheckpointActivity
The phase.
PhysicalCheckActivity - Class in model.agent.humanAgent.aatom.tacticalLevel.activity.operator
The physical check activity.
PhysicalCheckActivity() - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.activity.operator.PhysicalCheckActivity
 
PhysicalMapComponent - Class in model.map
A physical map component has a physical presence on the map.
PhysicalMapComponent(Position) - Constructor for class model.map.PhysicalMapComponent
Create the map component at a specified Position.
PhysicalObject - Class in model.environment.objects.physicalObject
A physical obstacle is an object that cannot be accessed by HumanAgents.
PhysicalObject(double, double, double, double) - Constructor for class model.environment.objects.physicalObject.PhysicalObject
Creates a rectangular physical object with a specified top left corner, width and height.
PhysicalObject(double, double, double, double, double, double, double, double) - Constructor for class model.environment.objects.physicalObject.PhysicalObject
Creates a physical object from four corner coordinates.
PhysicalObject(double[], double[]) - Constructor for class model.environment.objects.physicalObject.PhysicalObject
Create a physical object from a list of (x,y) coordinates.
PhysicalObject(List<Position>) - Constructor for class model.environment.objects.physicalObject.PhysicalObject
Create a physical object from a list of corner Positions.
physicalObject - Variable in class view.mapComponents.PhysicalObjectView
PhysicalObjectView - Class in view.mapComponents
Visualizes a PhysicalObject.
PhysicalObjectView(PhysicalObject) - Constructor for class view.mapComponents.PhysicalObjectView
Creates the PhysicalObjectView.
physicalObstacle - Variable in class view.mapComponents.DeskView
The Desk.
pixelRatio - Variable in class view.GUI
The ratio between pixels and meters in the simulation.
pixelRatio - Static variable in class view.mapComponents.ShapeDrawer
The pixel ratio.
pixelRatio - Variable in class view.MapPanel
The pixel ratio.
planner - Variable in class model.agent.humanAgent.aatom.strategicLevel.belief.BeliefModule
The planner.
planner - Variable in class model.agent.humanAgent.aatom.strategicLevel.StrategicModel
The activity planner.
planning - Variable in class model.agent.humanAgent.aatom.strategicLevel.belief.Belief
The planning.
planning - Variable in class model.agent.humanAgent.aatom.strategicLevel.reasoning.planning.PlanningModule
The planning.
PlanningModule - Class in model.agent.humanAgent.aatom.strategicLevel.reasoning.planning
An activity planning
PlanningModule() - Constructor for class model.agent.humanAgent.aatom.strategicLevel.reasoning.planning.PlanningModule
 
planningModule - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.ActivityModule
The planner.
play - Variable in class view.ControlPanel
play button.
PolygonMapComponent - Class in model.map.shapes
A polygon map component.
PolygonMapComponent(double, double, double, double) - Constructor for class model.map.shapes.PolygonMapComponent
Creates a rectangular wall with a specified top left corner, width and height.
PolygonMapComponent(double, double, double, double, double, double, double, double) - Constructor for class model.map.shapes.PolygonMapComponent
Creates a wall from four corner coordinates.
PolygonMapComponent(double[], double[]) - Constructor for class model.map.shapes.PolygonMapComponent
Create a wall from a list of (x,y) coordinates.
PolygonMapComponent(List<Position>) - Constructor for class model.map.shapes.PolygonMapComponent
Create a wall from a list of corner Positions.
PolygonShape - Interface in model.map.shapes
All MapComponents with a polygon shape implement this interface.
position - Variable in class model.agent.humanAgent.aatom.Passenger.Builder
 
Position - Class in model.environment.position
Position in the 2D plain.
Position(double, double) - Constructor for class model.environment.position.Position
Creates a new position.
Position(float, float) - Constructor for class model.environment.position.Position
Creates a new position.
position - Variable in class model.map.PhysicalMapComponent
The position of the map component on the map.
PositionTest - Class in model.environment.position
Test the position class.
PositionTest() - Constructor for class model.environment.position.PositionTest
 
postProcess() - Method in class simulation.main.Experimenter
Post processing.
precision - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.PathFinder
The width of a tile in the discrete version of the Map.
previous - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.AStarNode
The predecessor of the node.
previous - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.DijkstraNode
The predecessor of the node.
previousTime - Variable in class view.MapPanel
Previous time
prevPos - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.StuckDetector
Previous position for stuck detection.
printLine(String) - Method in class util.io.logger.BaseLogger
Print a line.
printLine(String) - Method in class util.io.logger.ExtendedBaseLogger
Print a line.
printLine(String) - Method in class util.io.logger.Logger
Print a line.
printMap() - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.DiscretizedMap
Prints the discrete Map.
printOuts - Static variable in class simulation.main.Main
Print outs or not.
ProcessTask(String[]) - Constructor for class simulation.main.Experimenter.ProcessTask
Creates a process task.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links