Skip to content
Snippets Groups Projects
Commit aa7cd8aa authored by Giammarco, Kristin M's avatar Giammarco, Kristin M
Browse files

Merge branch 'master' into 'Keane_Branch'

# Conflicts:
#   Example01_SimpleMessageFlow_EventCoordination.mp
#   Example01a_UnreliableMessageFlow_VirtualEvents.mp
#   Example02_DataFlow_EventSharing.mp
#   Example03_ATMWithdrawal_BehaviorOfEnvironment.mp
#   Example06_UnreliableChannel_AssertionChecking.mp
#   Example09_PipeFilter_TraceAnnotationQueries.mp
#   Example12_CardiacArrestWorkflow_VirtualEvents.mp
#   Example15_BackpackWeight_IntervalAttributes.mp
#   Example18_RedGreen_BayesianProbabilityCalculationsType2.mp
#   Example21_DataFlow_LocalReport.mp
#   Example22_SimpleMessageFlow_GlobalReport.mp
#   Example24_Compiler_ComponentDiagram.mp
#   Example25_Graph_as_Data_Structure.mp
#   Example26_UnreliableMessageFlow_GlobalQuery.mp
#   Example28_AssemblingStatistics_Histogram.mp
#   Example29_AssemblingStatistics_Gantt_Chart.mp
#   Example30_MicrowaveOven_ModelingModelChecking.mp
#   Example33_ATMWithdrawal_StatechartView.mp
#   Example35_FiniteStateDiagram_PathDiagram.mp
#   Example36_Authentication_SystemReuse.mp
parents f2268f64 51979e9b
No related branches found
No related tags found
2 merge requests!6Keane branch,!5Keane branch
SCHEMA Authentication_System
/* Example 20.
/* Example 36. Model of [Authentication_System]
Authentication system's behavior for reuse with MAP operation.
run for scope 3 or more to see attempts_exhausted event
......@@ -8,6 +7,9 @@ SCHEMA Authentication_System
since the User will copy all Requestor's behavior
============== reused MP code starts here ==================*/
SCHEMA Reuse_of_a_system
ROOT Data_Base: (* check_ID *);
ROOT Authentication_Service:
......
/* Example 21
Compiler front end,
/* Example 37. Model of [Compiler1]
Compiler front end,
bottom-up parser
Lexer and parser in batch mode
......@@ -7,7 +8,8 @@ run for
scope 1, 2 traces, less than 1 sec.
scope 2, 147 traces, approx. time 0.87 sec.
scope 3, 11988 traces, approx. time 148 sec.
====================================================*/
==========================================================*/
SCHEMA Compiler1
......
/* Example 22
Compiler front end,
/* Example 38. Model of [Compiler2]
Compiler front end,
bottom-up parser
Lexer and parser in interaction mode
......@@ -7,7 +8,8 @@ run for
scope 1, 2 traces, less than 1 sec.
scope 2, 111 traces, approx. time 0.65 sec.
scope 3, 4860 traces, approx. time 55 sec.
====================================================*/
==========================================================*/
SCHEMA Compiler2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment