Package | Description |
---|---|
model.agent.humanAgent.aatom.operationalLevel.action.movement.impl |
Movement model implementations.
|
model.environment.objects.physicalObject |
Physical objects of the environment.
|
model.environment.objects.physicalObject.sensor |
Sensor related classes.
|
model.environment.objects.physicalObject.sensor.impl |
Sensor implementations.
|
view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI . |
Modifier and Type | Method and Description |
---|---|
private Vector |
HelbingMovementModule.getSinglePhysicalObstacleForce(PhysicalObject physicalObstacle)
The physicalObstacle interaction force, is a force that physicalObstacles
apply to us.
|
Modifier and Type | Class and Description |
---|---|
class |
Chair
A chair.
|
class |
Desk
A desk is used to serve people.
|
class |
QueueSeparator
The queue separator is an object that is used to control the formation of
queues.
|
class |
Wall
A wall is a physical obstacle that defines the border between different
areas.
|
Modifier and Type | Class and Description |
---|---|
class |
XRaySystem
An X-Ray system is a system used at a checkpoint of an airport.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicXRaySystem
A basic X-Ray system.
|
Modifier and Type | Field and Description |
---|---|
private PhysicalObject |
PhysicalObjectView.physicalObject
The
PhysicalObject . |
Modifier and Type | Method and Description |
---|---|
PhysicalObject |
PhysicalObjectView.getPhysicalObject()
Gets the physical object.
|
Constructor and Description |
---|
PhysicalObjectView(PhysicalObject physicalObject)
Creates the PhysicalObjectView.
|