- radius - Variable in class model.agent.humanAgent.aatom.Passenger.Builder
-
- radius - Variable in class model.map.shapes.CircularMapComponent
-
The radius (meter) of the agent.
- random - Variable in class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.RandomMovementModule
-
The random generator.
- random - Variable in class util.math.distributions.MathDistribution
-
The random generator.
- RANDOM_GENERATOR - Static variable in class simulation.simulation.util.Utilities
-
A random generator.
- randomCheckThreshold - Variable in class model.environment.objects.physicalObject.sensor.impl.BasicWalkThroughMetalDetector
-
The random check threshold.
- RandomMovementModule - Class in model.agent.humanAgent.aatom.operationalLevel.action.movement.impl
-
The Random model moves a
HumanAgent
in a random direction without
taking into account its surroundings.
- RandomMovementModule(double) - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.RandomMovementModule
-
Creates a random model.
- RandomMovementModule(double, RandomPlus) - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.RandomMovementModule
-
Creates a random movement model.
- RandomMovementModuleTest - Class in model.agent.humanAgent.aatom.operationalLevel.action.movement.impl
-
Tests the static movement module.
- RandomMovementModuleTest() - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.RandomMovementModuleTest
-
- RandomPlus - Class in util.math
-
The Random Plus class extends the general Random
class, so that more
complex random numbers can easily be drawn as well.
- RandomPlus() - Constructor for class util.math.RandomPlus
-
Creates a Random Plus object.
- RandomPlus(long) - Constructor for class util.math.RandomPlus
-
Creates a Random Plus object with a given seed.
- randomSeed - Variable in class simulation.simulation.Simulator.Builder
-
The random seed.
- randomSeed - Variable in class simulation.simulation.Simulator
-
The random seed.
- reachedGate(Passenger) - Method in class util.analytics.MissedFlightsAnalyzer
-
Determines if the passenger reached its gate.
- reachedGate(Passenger) - Method in class util.analytics.TimeToGateAnalyzer
-
Determines if the passenger reached its gate.
- reachedGate(Passenger) - Method in class util.analytics.TimeToGatePerFlightAnalyzer
-
Determines if the passenger reached its gate.
- reachedGoal(int) - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.NavigationModule
-
Checks if the goal at a specified index is reached.
- recoverTime - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl.BasicXRayActivity
-
The recovery time of an x-ray agent.
- remainingDropTime - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl.BasicRegionalCheckpointActivity
-
- remove(MapComponent) - Method in class model.map.Map
-
- remove(MapComponent) - Method in class simulation.simulation.Simulator
-
Remove a map component from the simulation.
- remove(Analyzer) - Method in class view.graphPanel.GraphCollectionPanel
-
Removes a graph.
- remove(Analyzer) - Method in class view.GUI
-
Removes a graph from the view.
- remove(MapComponent) - Method in class view.GUI
-
- remove(MapComponent) - Method in class view.MapPanel
-
- removeAll(Collection<Agent>) - Method in class simulation.simulation.Simulator
-
Remove a collection of agents from the simulation.
- removeAnalyzer(Analyzer) - Method in class util.analytics.AnalyzerCollection
-
Removes an analyzer.
- removeBaggage(Luggage) - Method in class model.environment.objects.physicalObject.sensor.XRaySystem
-
Removes
Luggage
from the system and returns it to the
HumanAgent
that owns the luggage.
- removeGoals(int) - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.NavigationModule
-
Remove a number of goals from the list.
- removeGoals(int) - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.PassengerNavigationModule
-
- reserveDesk(HumanAgent) - Method in class model.environment.objects.physicalObject.Desk
-
Sets the agent at the desk.
- reset() - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.StuckDetector
-
Resets the stuck detector.
- resetMap() - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.JumpPointSearchPathFinder
-
Resets the map.
- Restaurant - Class in model.environment.objects.area
-
- Restaurant(double, double, double, double) - Constructor for class model.environment.objects.area.Restaurant
-
Creates a rectangular area with a specified top left corner, width and
height.
- Restaurant(double, double, double, double, double, double, double, double) - Constructor for class model.environment.objects.area.Restaurant
-
Creates a area from four corner coordinates.
- Restaurant(double[], double[]) - Constructor for class model.environment.objects.area.Restaurant
-
Create a area from a list of (x,y) coordinates.
- Restaurant(List<Position>) - Constructor for class model.environment.objects.area.Restaurant
-
Create a area from a list of corner
Position
s.
- restaurantTime - Variable in class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl.BasicFacilityActivity
-
The restaurant time.
- RestaurantView - Class in view.mapComponents
-
Visualizes a restaurant.
- RestaurantView(Restaurant) - Constructor for class view.mapComponents.RestaurantView
-
- ReturnValueLogger - Class in util.io.logger
-
The Return Value Logger logs the return values of the simulation.
- ReturnValueLogger(String) - Constructor for class util.io.logger.ReturnValueLogger
-
Creates a simulation logger.
- reverse() - Method in class model.environment.position.Vector
-
Reverse the vector.
- rotterdamTheHagueAirport(boolean, int) - Static method in class simulation.modelBuilder.ModelBuilder
-
Creates RTHA.
- round(double, int) - Method in class model.environment.position.Position
-
Rounds a value to a certain precision.
- round(double, int) - Static method in class simulation.simulation.util.Utilities
-
Rounds a value to a certain precision.
- run() - Method in class simulation.main.Experimenter.ProcessTask
-
- run() - Method in class simulation.main.Experimenter
-
- run() - Method in class simulation.simulation.Simulator
-
Start the simulation.
- running - Variable in class simulation.simulation.Simulator
-
Flag to specify if the simulation is running.