Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Preloaded Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monterey Phoenix
MP Model Collection
Preloaded Examples
Commits
2f541794
Commit
2f541794
authored
3 years ago
by
Giammarco, Kristin M
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
61d5ca71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Example46_CargoScreening.mp
+61
-0
61 additions, 0 deletions
Example46_CargoScreening.mp
with
61 additions
and
0 deletions
Example46_CargoScreening.mp
0 → 100644
+
61
−
0
View file @
2f541794
/* Cargo Screening process model
May 6, 2011, draft written by Mikhail Auguston, NPS, Monterey, CA
source:
Department of Homeland Security
Office of Inspector General
CBP's Container Security Initiative Has
Proactive Management and Oversight but Future Direction Is Uncertain
OIG-10-52 February 2010
Error found: the original flowchart does not specify what happens if
selection_has_not_been_accepted, I've added PhysicalExamination
and AnomalyResolution as a follow-up, but this scenario should be approved by the customer
MP-Firebird may be used at least for the following:
- generate all possible scenarios and inspect them manually,
this way it becomes possible to find out the deficiency pointed out above
- typical assertion that may be verified: "if the cargo has been loaded,
was it always preceded by ThreatIsNotFound or No_high_risk_cargo_selected events?"
- typical query may be: "show all scenarios when Loading event does not happen"
*/
SCHEMA CargoScreening
ROOT CargoScreeningProcess: Screening Targeting ;
Screening: CBP_Officers_analyze_shipping_information_to_identify_high_risk_cargo;
Targeting : CBP_Officers_review_the_shipping_information
CBP_Officers_select_high_risk_cargo_to_be_presented_for_inspection
( High_risk_cargo_selected Inspection |
No_high_risk_cargo_selected Loading
);
Inspection: ( selection_has_been_accepted
the_cargo_is_scanned_using_large_scale_NII_equipment
Anomaly_detection_and_processing |
/*this branch is missing in the originalal document! */
selection_has_not_been_accepted
PhysicalExamination
AnomalyResolution );
Anomaly_detection_and_processing: AnomalyDetection
( ThreatIsNotFound Loading |
AnomalyIsFound
PhysicalExamination
AnomalyResolution );
AnomalyDetection: CBP_Officers_or_host_country_officials_identify_anomalies_in_the_x_ray_image;
PhysicalExamination: CBP_Officers_or_host_country_officials_open_containers_to_locate_anomaly;
AnomalyResolution: Officials_determine_if_the_anomaly_presents_a_threat
( ThreatIsNotFound Loading |
ThreatIsFound Resolution );
Resolution: Officials_take_appropriate_steps_to_resolve_the_threat;
Loading: The_container_is_loaded_onto_the_cargo_ship;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment