- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Golf Scoring System Class Diagram describes the structure of a Golf Scoring System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Golf Scoring System are Golf, Players, Scores, Sorts, Pitch, Length.
Classes of Golf Scoring System Class Diagram:
- Golf Class : Manage all the operations of Golf
- Players Class : Manage all the operations of Players
- Scores Class : Manage all the operations of Scores
- Sorts Class : Manage all the operations of Sorts
- Pitch Class : Manage all the operations of Pitch
- Length Class : Manage all the operations of Length
Classes and their attributes of Golf Scoring System Class Diagram:
- Golf Attributes : golf_id, golf_name, golf_type, golf_description
- Players Attributes : player_id, player_name, player_mobile, player_email, player_username, player_password, player_address
- Scores Attributes : score_id, score_golf_id, score_name, score_number, score_type, score_description
- Sorts Attributes : sorts_id, sorts_name, sorts_type, sorts_description
- Pitch Attributes : pitch_id, pitch_name, pitch_type, pitch_description
- Length Attributes : length_id, length_name, length_type, length_description
Classes and their methods of Golf Scoring System Class Diagram:
- Golf Methods : addGolf(), editGolf(), deleteGolf(), updateGolf(), saveGolf(), searchGolf()
- Players Methods : addPlayers(), editPlayers(), deletePlayers(), updatePlayers(), savePlayers(), searchPlayers()
- Scores Methods : addScores(), editScores(), deleteScores(), updateScores(), saveScores(), searchScores()
- Sorts Methods : addSorts(), editSorts(), deleteSorts(), updateSorts(), saveSorts(), searchSorts()
- Pitch Methods : addPitch(), editPitch(), deletePitch(), updatePitch(), savePitch(), searchPitch()
- Length Methods : addLength(), editLength(), deleteLength(), updateLength(), saveLength(), searchLength()
Class Diagram of Golf Scoring System :
Class Diagram Image: