| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl |
Basic operator activity implementations.
|
| view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI. |
| Modifier and Type | Field and Description |
|---|---|
private OperatorAgent |
BasicXRayActivity.bagChecker
The bagChecker.
|
| 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 OperatorAgent |
OperatorAgentView.agent
The
HumanAgent to visualize |
| Constructor and Description |
|---|
OperatorAgentView(OperatorAgent agent)
Create the Agent view.
|