Question: Task 3 : Component Models Produce a Component model with associated interface methods. As part of your model, illustrate various possible component composition and discuss
Task 3 : Component Models Produce a Component model with associated interface methods. As part of your model, illustrate various possible component composition and discuss the significance of your design.
This is the Class diagram below, I want it for productManagement system. The component diagram must be similar to class diagram. Also it needs to simple not complex.
Admin 1... +has access - adminID: string adPass: string 0...* - name: string - adminEmail: string Product +remove Employee -prodID : string -prodName: string +registerEmployee() - prodDesp: string +configurate Permissions() - prodDate :string 1... +deleteProduct() Database +stores 1 +manages +GetProducts() 0... 1 0... +views products +employee Details) +productDetails() Client clientid: string - clientName: String - clientEmail: string 1...* - clientGender: boolean Employee clientPhno: int - emplD : string + ViewEligibility Status() + Receive Product() - empName: string +adds products - empPass: string + PayMoney -empAdd: string - empPhno int - empEmail :string + AddProduct +ViewProductDetails) +Edit Products()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
