- h - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.JumpPointNode
-
The h value.
- handleStuckBehavior(int) - Method in class model.agent.humanAgent.aatom.tacticalLevel.navigation.NavigationModule
-
Handles the behavior if the agent gets stuck.
- hasEnded(long) - Method in class simulation.simulation.endingCondition.BaseEndingConditions
-
- hasEnded - Variable in class simulation.simulation.endingCondition.EndingConditions
-
The simulation was ended.
- hasEnded(long) - Method in class simulation.simulation.endingCondition.EndingConditions
-
Determines if a simulation has ended.
- hasEnded(long) - Method in class simulation.simulation.endingCondition.NoPassengerEndingConditions
-
- hashCode() - Method in class model.environment.position.Position
-
- height - Variable in class model.map.Map
-
The height of the map.
- HelbingMovementModule - Class in model.agent.humanAgent.aatom.operationalLevel.action.movement.impl
-
The Helbing Model is an implementation of the Helbing (2000) paper.
- HelbingMovementModule(double) - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.HelbingMovementModule
-
Creates a Helbing model.
- HelbingMovementModule(double, boolean) - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.HelbingMovementModule
-
Creates a Helbing model.
- HelbingMovementModuleTest - Class in model.agent.humanAgent.aatom.operationalLevel.action.movement.impl
-
Tests the static movement module.
- HelbingMovementModuleTest() - Constructor for class model.agent.humanAgent.aatom.operationalLevel.action.movement.impl.HelbingMovementModuleTest
-
- heuristicDistance - Variable in class model.agent.humanAgent.aatom.tacticalLevel.navigation.pathfinder.AStarNode
-
The heuristic distance of the node to the goal node.
- HumanAgent - Class in model.agent.humanAgent
-
A HumanAgent is a human that has a color and a mass.
- HumanAgent(Position, double, double, Color) - Constructor for class model.agent.humanAgent.HumanAgent
-
Creates a human agent.
- HumanAgentTest - Class in model.agent.humanAgent
-
Tests the human agent class.
- HumanAgentTest() - Constructor for class model.agent.humanAgent.HumanAgentTest
-
- HumanAgentView - Class in view.mapComponents
-
- HumanAgentView(HumanAgent) - Constructor for class view.mapComponents.HumanAgentView
-
Create the Agent view.