- earliestTime - Variable in class simulation.simulation.agentGenerator.FlightSpecificAgentGenerator
-
The earliest time passengers arrive.
- eindhovenAirport(boolean, int) - Static method in class simulation.modelBuilder.ModelBuilder
-
Creates a representation of Eindhoven Airport (EIN) and runs a
simulation.
- elementWiseMultiply(Vector) - Method in class model.environment.position.Vector
-
Element wise multiplication of this vector and another.
- EmptyAgentGenerator - Class in simulation.simulation.agentGenerator
-
The empty agent generator does not generate agents at any time.
- EmptyAgentGenerator() - Constructor for class simulation.simulation.agentGenerator.EmptyAgentGenerator
-
- emptyMap() - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.JumpPointSearchPathFinder
-
Empties the map and sets all values to null.
- emptyReservation() - Method in class model.environment.objects.physicalObject.Desk
-
Empties the reservation of the desk.
- endActivity() - Method in class model.agent.humanAgent.aatom.tacticalLevel.activity.Activity
-
Starts the activity.
- endActivity() - Method in class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.QueueActivity
-
- EndingConditions - Class in simulation.simulation.endingCondition
-
The ending conditions of a simulation.
- EndingConditions() - Constructor for class simulation.simulation.endingCondition.EndingConditions
-
- endingConditions - Variable in class simulation.simulation.Simulator.Builder
-
The ending conditions.
- endingConditions - Variable in class simulation.simulation.Simulator
-
The ending conditions.
- endSimulation() - Method in class simulation.simulation.Simulator
-
End the simulation.
- endSimulation() - Method in class view.GUI
-
Ends the simulation.
- enterPosition - Variable in class model.environment.objects.physicalObject.sensor.XRaySystem
-
The enter position.
- EntranceArea - Class in model.environment.objects.area
-
- EntranceArea(double, double, double, double) - Constructor for class model.environment.objects.area.EntranceArea
-
Creates a rectangular area with a specified top left corner, width and
height.
- EntranceArea(double, double, double, double, double, double, double, double) - Constructor for class model.environment.objects.area.EntranceArea
-
Creates a area from four corner coordinates.
- EntranceArea(double[], double[]) - Constructor for class model.environment.objects.area.EntranceArea
-
Create a area from a list of (x,y) coordinates.
- EntranceArea(List<Position>) - Constructor for class model.environment.objects.area.EntranceArea
-
Create a area from a list of corner
Position
s.
- entrancePosition - Variable in class model.environment.objects.area.QueuingArea
-
Entrance position.
- entryPosition - Variable in class model.environment.objects.physicalObject.Chair
-
The position in front of the chair.
- epsilon - Static variable in class model.environment.position.Position
-
An error tolerance.
- equals(Object) - Method in class model.environment.position.Position
-
Checks if this position is the same as an other position.
- errorTerm - Static variable in class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.HelbingMovementModule
-
An error term to prevent accumulating errors.
- ETDCheckActivity - Class in model.agent.humanAgent.aatom.tacticalLevel.activity.operator
-
The ETD check activity.
- ETDCheckActivity() - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.activity.operator.ETDCheckActivity
-
- etdThreshold - Variable in class model.environment.objects.physicalObject.sensor.impl.BasicWalkThroughMetalDetector
-
The etd threshold.
- executeExperiment() - Method in class simulation.main.Experimenter
-
Execute the experiment.
- ExitActivity - Class in model.agent.humanAgent.aatom.tacticalLevel.activity.passenger
-
The exit activity allows the departing passenger to leave the airport.
- ExitActivity() - Constructor for class model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.ExitActivity
-
- Experimenter - Class in simulation.main
-
An experimenter allows for multiple simulations to run in parallel.
- Experimenter(List<String[]>, Class<?>) - Constructor for class simulation.main.Experimenter
-
Creates an experimenter.
- Experimenter.ProcessTask - Class in simulation.main
-
A process task forms a simulation task for the experimenter.
- ExponentialDistribution - Class in util.math.distributions
-
The exponential distribution.
- ExponentialDistribution(double) - Constructor for class util.math.distributions.ExponentialDistribution
-
Creates an exponential distribution with a specified lambda.
- ExponentialDistribution(double, RandomPlus) - Constructor for class util.math.distributions.ExponentialDistribution
-
Creates an exponential distribution with a specified lambda.
- exportData() - Method in class util.analytics.Analyzer
-
exports the data of the graph.
- ExtendedBaseLogger - Class in util.io.logger
-
The base logger is a collection of loggers that are used to log the
simulation.
- ExtendedBaseLogger() - Constructor for class util.io.logger.ExtendedBaseLogger
-
Creates a base logger.
- ExtendedBaseLogger(String) - Constructor for class util.io.logger.ExtendedBaseLogger
-
Creates a base logger that logs to a specified directory.