From 4d95c952460a251d92aceb1dd6b2b06434025033 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Sat, 15 Oct 2005 18:50:54 +0000 Subject: Update van de class diagram, enkele sequences toegevoegd en assumptions toegevoegd. --- UML/Assumptions.txt | 1 + UML/B10.zuml | Bin 85818 -> 93741 bytes UML/Sequences.txt | 5 +++++ 3 files changed, 6 insertions(+) diff --git a/UML/Assumptions.txt b/UML/Assumptions.txt index f500b0c..0dda666 100644 --- a/UML/Assumptions.txt +++ b/UML/Assumptions.txt @@ -1,5 +1,6 @@ Every Insurance policy is converted from an Insurance proposal. Every Insurance proposal is stored, because it contains the details about risks, premiumInfo and type of insurance. Premium amount is stored as €/month. +An insurance policy and insurance proposal is of a single type of insurance. Website users must log-in (and register) before they can make unsurance proposals. \ No newline at end of file diff --git a/UML/B10.zuml b/UML/B10.zuml index b800b6d..8867f05 100644 Binary files a/UML/B10.zuml and b/UML/B10.zuml differ 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(); -- cgit v0.12