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 |
---|---|
private XRaySystem |
BasicXRayActivity.xRaySystem
The x-ray system.
|
Constructor and Description |
---|
BasicXRayActivity(XRaySystem xRaySystem,
OperatorAgent bagChecker)
Creates the X-Ray activity.
|
BasicXRayActivity(XRaySystem xRaySystem,
OperatorAgent bagChecker,
double threatLevelThreshold)
Creates the X-Ray activity.
|
Modifier and Type | Field and Description |
---|---|
private XRaySystem |
BasicSchipholCheckpointActivity.xRaySystem
The x-ray system that the agent is assigned to.
|
private XRaySystem |
BasicRegionalCheckpointActivity.xRaySystem
The x-ray system that the agent is assigned to.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<XRaySystem> |
BasicSchipholCheckpointActivity.getClosestSystems()
Gets the closest systems.
|
private java.util.List<XRaySystem> |
BasicRegionalCheckpointActivity.getClosestSystems()
Gets the closest systems.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicXRaySystem
A basic X-Ray system.
|
Modifier and Type | Field and Description |
---|---|
private XRaySystem |
XRaySystemView.xray
The
XRaySystem . |
Constructor and Description |
---|
XRaySystemView(XRaySystem xray)
Create the view.
|