summaryrefslogtreecommitdiffstats
path: root/UML/Sequences.txt
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-15 18:50:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-15 18:50:54 (GMT)
commit4d95c952460a251d92aceb1dd6b2b06434025033 (patch)
treed3dfd7d4ba8af4a348581f5c7f0f48ce7e6813de /UML/Sequences.txt
parente40b0628ce5692530b608c9c31d2450cf02e9130 (diff)
download2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.zip
2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.tar.gz
2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.tar.bz2
Update van de class diagram, enkele sequences toegevoegd en assumptions toegevoegd.
Diffstat (limited to 'UML/Sequences.txt')
-rw-r--r--UML/Sequences.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UML/Sequences.txt b/UML/Sequences.txt
index 55c0109..b24949c 100644
--- a/UML/Sequences.txt
+++ b/UML/Sequences.txt
@@ -25,3 +25,8 @@ convert into policy:
if websiteUser proposal and WebsiteUser isn't a client (InsuranceProposal.MakeClient();Client.Client();)
InsurancePolicy.InsurancePolicy();
PaymentInfo.PaymentInfo();
+
+add proposal:
+ InsuranceProposal.InsuranceProposal();
+ InsuranceProposal.CheckForUpSell();
+ InsuranceProposal.CheckForCrossSell();