[go: up one dir, main page]

0% found this document useful (0 votes)
22 views1 page

Class Daigram

The document presents a class diagram with classes for Farmer, Buyer, Crop, and Feedback. The diagram shows the relationships between these classes including one-to-many and many-to-many relationships.

Uploaded by

surajthorat810
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Class Daigram

The document presents a class diagram with classes for Farmer, Buyer, Crop, and Feedback. The diagram shows the relationships between these classes including one-to-many and many-to-many relationships.

Uploaded by

surajthorat810
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.. * 1..

*
Farmer Buyer
- FarmerId 1.. *
- BuyerId
Crop
- Name - Name
- Mo.No. - Crop - Mo.No.
- Adress - Name - Adress
- Quantity
+ AddCrop() + ViewCrop()
- Price
+ AddPrice() + PurchaseCrop()
- FarmerId
+ AddQuantity() + GiveFeedback()
+ AddCrop()
+ ViewSoldCrop()
+ ViewSoldCrop()
1 1.. * 1

Feedback
- FeedbackId
0.. * - Description
0.. *
- Rating
- FarmerId
- BuyerId
+ Add()
+ Update()

Class Diagram

You might also like