- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Canteen Management System Class Diagram describes the structure of a Canteen Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Canteen Management System are Canteen, Sales, Products, Orders, Items, Food.
Classes of Canteen Management System Class Diagram:
- Canteen Class : Manage all the operations of Canteen
- Sales Class : Manage all the operations of Sales
- Products Class : Manage all the operations of Products
- Orders Class : Manage all the operations of Orders
- Items Class : Manage all the operations of Items
- Food Class : Manage all the operations of Food
Classes and their attributes of Canteen Management System Class Diagram:
- Canteen Attributes : canteen_id, canteen_employee_id, canteen_name, canteen_type, canteen_bill, canteen_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Orders Attributes : order_id, order_customer_id order_type, order_number, order_description
- Items Attributes : item_id, item_stocks, item_number, item_type, item_description
- Food Attributes : food_id, food_customer_id, food_order, food_category, food_price, food_name, food_type, food_description
Classes and their methods of Canteen Management System Class Diagram:
- Canteen Methods : addCanteen(), editCanteen(), deleteCanteen(), updateCanteen(), saveCanteen(), searchCanteen()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
- Orders Methods : addOrders(), editOrders(), deleteOrders(), updateOrders(), saveOrders(), searchOrders()
- Items Methods : addItems(), editItems(), deleteItems(), updateItems(), saveItems(), searchItems()
- Food Methods : addFood(), editFood(), deleteFood(), updateFood(), saveFood(), searchFood()
Class Diagram of Canteen Management System :
Class Diagram Image: