Package | Description |
---|---|
model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl |
Basic operator activity implementations.
|
model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl |
Basic operator activity implementations.
|
model.environment.objects.physicalObject.sensor.impl |
Sensor implementations.
|
view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI . |
Modifier and Type | Field and Description |
---|---|
protected WalkThroughMetalDetector |
BasicPhysicalCheckActivity.wtmd
The wtmd.
|
private WalkThroughMetalDetector |
BasicETDCheckActivity.wtmd
The WTMD.
|
Constructor and Description |
---|
BasicETDCheckActivity(WalkThroughMetalDetector wtmd)
Creates an ETD check activity.
|
BasicETDCheckActivity(WalkThroughMetalDetector wtmd,
MathDistribution waitingDistribution)
Creates an ETD check activity.
|
BasicPhysicalCheckActivity(WalkThroughMetalDetector wtmd)
Creates a physical check activity.
|
Modifier and Type | Field and Description |
---|---|
private WalkThroughMetalDetector |
BasicSchipholCheckpointActivity.wtmd
The wtmd.
|
private WalkThroughMetalDetector |
BasicRegionalCheckpointActivity.wtmd
The wtmd.
|
Modifier and Type | Method and Description |
---|---|
private WalkThroughMetalDetector |
BasicSchipholCheckpointActivity.getClosestWTMD()
Gets the closest systems.
|
private WalkThroughMetalDetector |
BasicRegionalCheckpointActivity.getClosestWTMD()
Gets the closest systems.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicWalkThroughMetalDetector
A Basic Walk Through Metal Detector (WTMD).
|
Modifier and Type | Field and Description |
---|---|
private WalkThroughMetalDetector |
WalkThroughMetalDetectorView.wtmd
|
Constructor and Description |
---|
WalkThroughMetalDetectorView(WalkThroughMetalDetector wtmd)
Creates the view.
|