- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Laboratory Inventory System Class Diagram describes the structure of a Laboratory Inventory System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Laboratory Inventory System are Items, Annotate Items, Calculate Inventory Valuation, Maintenance, Track Items, Record Information.
Classes of Laboratory Inventory System Class Diagram:
- Items Class : Manage all the operations of Items
- Annotate Items Class : Manage all the operations of Annotate Items
- Calculate Inventory Valuation Class : Manage all the operations of Calculate Inventory Valuation
- Maintenance Class : Manage all the operations of Maintenance
- Track Items Class : Manage all the operations of Track Items
- Record Information Class : Manage all the operations of Record Information
Classes and their attributes of Laboratory Inventory System Class Diagram:
- Items Attributes : item_id, item_stocks, item_number, item_type, item_description
- Annotate Items Attributes : annonate_item_id, annonate_item_title, annonate_item_type, annonate_item_description
- Calculate Inventory Valuation Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Maintenance Attributes : maintenance_id, maintenance_type, maintenance_date, maintenance_description, maintenance_number
- Track Items Attributes : track_id, track_bug_id, track_date, track_place track_type, track_description
- Record Information Attributes : record_id, record_title, record_type, record_description
Classes and their methods of Laboratory Inventory System Class Diagram:
- Items Methods : addItems(), editItems(), deleteItems(), updateItems(), saveItems(), searchItems()
- Annotate Items Methods : addAnnotate Items(), editAnnotate Items(), deleteAnnotate Items(), updateAnnotate Items(), saveAnnotate Items(), searchAnnotate Items()
- Calculate Inventory Valuation Methods : addCalculate Inventory Valuation(), editCalculate Inventory Valuation(), deleteCalculate Inventory Valuation(), updateCalculate Inventory Valuation(), saveCalculate Inventory Valuation(), searchCalculate Inventory Valuation()
- Maintenance Methods : addMaintenance(), editMaintenance(), deleteMaintenance(), updateMaintenance(), saveMaintenance(), searchMaintenance()
- Track Items Methods : addTrack Items(), editTrack Items(), deleteTrack Items(), updateTrack Items(), saveTrack Items(), searchTrack Items()
- Record Information Methods : addRecord Information(), editRecord Information(), deleteRecord Information(), updateRecord Information(), saveRecord Information(), searchRecord Information()
Class Diagram of Laboratory Inventory System :
Class Diagram Image: