-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/cml-saga-concept
- Loading branch information
Showing
35 changed files
with
518 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...st-files/generators/plantuml/use-case-interactions-sequence-diagram-generation-test-1.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
UseCase Get_paid_for_car_accident { // title | ||
actor "Claimant" // primary actor | ||
secondaryActors "Insurance Employee" | ||
scope "Insurance company" // scope | ||
level "Summary" // level | ||
benefit "A claimant submits a claim and and gets paid from the insurance company." // story (brief summary) | ||
interactions | ||
"submit" a "Claim", // step 1: claimant submits claim | ||
"verifyExistanceOf" "Policy", // step 2: insurance company verifies that valid policy exists | ||
"assign" an "Agent" for a "Claim", // step 3: agent is assigned to claim | ||
"verify" "Policy", // step 4: agent verifies all details are within policy guidelines | ||
"pay" "Claimant", // step 5 (1): claimant gets paid | ||
"close" "Claim" // step 5 (2): file/claim gets closed | ||
} | ||
|
||
UseCase Order_Offer_for_new_Insurance { | ||
actor "Claimant" | ||
} | ||
|
||
UseCase Just_do_something { | ||
actor "Chiller" | ||
} |
21 changes: 21 additions & 0 deletions
21
...st-files/generators/plantuml/use-case-interactions-sequence-diagram-generation-test-2.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
UseCase Get_paid_for_car_accident { // title | ||
secondaryActors "Insurance Employee" | ||
scope "Insurance company" // scope | ||
level "Summary" // level | ||
benefit "A claimant submits a claim and and gets paid from the insurance company." // story (brief summary) | ||
interactions | ||
"submit" a "Claim", // step 1: claimant submits claim | ||
"verifyExistanceOf" "Policy", // step 2: insurance company verifies that valid policy exists | ||
"assign" an "Agent" for a "Claim", // step 3: agent is assigned to claim | ||
"verify" "Policy", // step 4: agent verifies all details are within policy guidelines | ||
"pay" "Claimant", // step 5 (1): claimant gets paid | ||
"close" "Claim" // step 5 (2): file/claim gets closed | ||
} | ||
|
||
UseCase Order_Offer_for_new_Insurance { | ||
actor "Claimant" | ||
} | ||
|
||
UseCase Just_do_something { | ||
actor "Chiller" | ||
} |
21 changes: 21 additions & 0 deletions
21
...st-files/generators/plantuml/use-case-interactions-sequence-diagram-generation-test-3.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
UseCase Get_paid_for_car_accident { // title | ||
actor "Claimant" // primary actor | ||
scope "Insurance company" // scope | ||
level "Summary" // level | ||
benefit "A claimant submits a claim and and gets paid from the insurance company." // story (brief summary) | ||
interactions | ||
"submit" a "Claim", // step 1: claimant submits claim | ||
"verifyExistanceOf" "Policy", // step 2: insurance company verifies that valid policy exists | ||
"assign" an "Agent" for a "Claim", // step 3: agent is assigned to claim | ||
"verify" "Policy", // step 4: agent verifies all details are within policy guidelines | ||
"pay" "Claimant", // step 5 (1): claimant gets paid | ||
"close" "Claim" // step 5 (2): file/claim gets closed | ||
} | ||
|
||
UseCase Order_Offer_for_new_Insurance { | ||
actor "Claimant" | ||
} | ||
|
||
UseCase Just_do_something { | ||
actor "Chiller" | ||
} |
21 changes: 21 additions & 0 deletions
21
...st-files/generators/plantuml/use-case-interactions-sequence-diagram-generation-test-4.cml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
UseCase Get_paid_for_car_accident { // title | ||
actor "Claimant" // primary actor | ||
secondaryActors "Insurance Employee" | ||
scope "Insurance company" // scope | ||
level "Summary" // level | ||
interactions | ||
"submit" a "Claim", // step 1: claimant submits claim | ||
"verifyExistanceOf" "Policy", // step 2: insurance company verifies that valid policy exists | ||
"assign" an "Agent" for a "Claim", // step 3: agent is assigned to claim | ||
"verify" "Policy", // step 4: agent verifies all details are within policy guidelines | ||
"pay" "Claimant", // step 5 (1): claimant gets paid | ||
"close" "Claim" // step 5 (2): file/claim gets closed | ||
} | ||
|
||
UseCase Order_Offer_for_new_Insurance { | ||
actor "Claimant" | ||
} | ||
|
||
UseCase Just_do_something { | ||
actor "Chiller" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.