0% found this document useful (0 votes)
196 views3 pages

UML for Event Management Systems

Uploaded by

phaptcde180842
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)
196 views3 pages

UML for Event Management Systems

Uploaded by

phaptcde180842
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

UML Class Diagram - Event Management

+-------------------+

| Event |

+-------------------+

| - autoIncrementID |

| - ID |

| - eventName |

| - eventDate |

| - location |

+-------------------+

| + getID() |

| + getEventName() |

| + setEventName() |

| + getEventDate() |

| + setEventDate() |

| + getLocation() |

| + setLocation() |

+-------------------+

+-------------------+

| Seminar |

+-------------------+

| - numberOfTopics |

+-------------------+

| + getNumberOfTopics() |

| + setNumberOfTopics() |
+-------------------+

+-------------------+

| Talkshow |

+-------------------+

| - speakerNames |

+-------------------+

| + getSpeakerNames() |

| + setSpeakerNames() |

+-------------------+

+-------------------+

| EventController |

+-------------------+

| - events : Array |

| - view : EventView|

+-------------------+

| + run() |

| + createNewEvent()|

| + inputEventDetails() |

| + printAllSeminars() |

| + printAllTalkshows() |

| + printAllEvents() |

| + searchEvent() |

+-------------------+

+------------------------+

| EventView |

+------------------------+
| - sc : Scanner |

+------------------------+

| + showMenu() |

| + getInput() |

| + displayMessage() |

| + displayEvent() |

+------------------------+

You might also like