- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Image Gallery Management System Class Diagram describes the structure of a Image Gallery Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Image Gallery Management System are Image, Gallery, Scanning, Downloading, Digital Image, User.
Classes of Image Gallery Management System Class Diagram:
- Image Class : Manage all the operations of Image
- Gallery Class : Manage all the operations of Gallery
- Scanning Class : Manage all the operations of Scanning
- Downloading Class : Manage all the operations of Downloading
- Digital Image Class : Manage all the operations of Digital Image
- User Class : Manage all the operations of User
Classes and their attributes of Image Gallery Management System Class Diagram:
- Image Attributes : image_id, image_name, image_type, image_description
- Gallery Attributes : gallery_id, gallery_arts_id, gallery_type, gallery_title, gallery_description
- Scanning Attributes : scanning_id, scanning_image_id, scanning_name, scanning_type, scanning_description
- Downloading Attributes : downloading_id, downloading_image_id, downloading_title, downloading_type, downloading_description
- Digital Image Attributes : digital_image_id, digital_image_name, digital_image_type, digital_image_description
- User Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
Classes and their methods of Image Gallery Management System Class Diagram:
- Image Methods : addImage(), editImage(), deleteImage(), updateImage(), saveImage(), searchImage()
- Gallery Methods : addGallery(), editGallery(), deleteGallery(), updateGallery(), saveGallery(), searchGallery()
- Scanning Methods : addScanning(), editScanning(), deleteScanning(), updateScanning(), saveScanning(), searchScanning()
- Downloading Methods : addDownloading(), editDownloading(), deleteDownloading(), updateDownloading(), saveDownloading(), searchDownloading()
- Digital Image Methods : addDigital Image(), editDigital Image(), deleteDigital Image(), updateDigital Image(), saveDigital Image(), searchDigital Image()
- User Methods : addUser(), editUser(), deleteUser(), updateUser(), saveUser(), searchUser()
Class Diagram of Image Gallery Management System :
Class Diagram Image: