Question

I need help wirting a UML- Class Diagramm based on the following exercise: A film scholar...

I need help wirting a UML- Class Diagramm based on the following exercise:

A film scholar wants to examine whether certain characters of a television series that plays in the Middle Ages often appear in scenes and how this can be explained by the social relationships of the characters. He asks you to help him with the development of a software. Create a UML class diagram for the following description. Consider for yourself a suitable decomposition into classes, relationships between them, assignment of attributes and methods to classes, as well as appropriate getters, setters, constructors, data types, parameters, visibilities, and multiplicities. Some information is not given explicitly; complete to the best of our knowledge. A television series consists of a series of episodes. Because the series is still airing, new episodes of the TV series can be added. Each episode has a number, a title and scenes. Scenes have a name and can belong to several episodes (flashbacks). In each scene any number of characters occur. Characters have a name, a gender ('m' for male, 'w' for female) and can be nobles or peasants. Nobles belong to a house. Farmers have a hometown. Each scene has a length in minutes. For each episode, its length can be determined as the sum of the length of the scenes. For each scene you can ask if a certain character appears in it. For each episode, you can ask for two characters how long they appeared together in the episode.

Thanks for your help

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
I need help wirting a UML- Class Diagramm based on the following exercise: A film scholar...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • I need help writing my main method**** Computer Science 111 Introduction to Algorithms and Programming: Java...

    I need help writing my main method**** Computer Science 111 Introduction to Algorithms and Programming: Java Programming Project #4 – Classes and Objects (20 Points) You will create 3 new classes for this project, two will be chosen from the list below and one will be an entirely new class you invent.Here is the list: Shirt Shoe Wine Book Song Bicycle VideoGame Plant Car FootBall Boat Computer WebSite Movie Beer Pants TVShow MotorCycle Design First Create three (3) UML diagrams...

  • Hello, i need help with this homework: Code provided: public class DirectedWeightedExampleSlide18 { public static void...

    Hello, i need help with this homework: Code provided: public class DirectedWeightedExampleSlide18 { public static void main(String[] args) { int currentVertex, userChoice; Scanner input = new Scanner(System.in); // create graph using your WeightedGraph based on author's Graph WeightedGraph myGraph = new WeightedGraph(4); // add labels myGraph.setLabel(0,"Spot zero"); myGraph.setLabel(1,"Spot one"); myGraph.setLabel(2,"Spot two"); myGraph.setLabel(3,"Spot three"); // Add each edge (this directed Graph has 5 edges, // so we add 5 edges) myGraph.addEdge(0,2,9); myGraph.addEdge(1,0,7); myGraph.addEdge(2,3,12); myGraph.addEdge(3,0,15); myGraph.addEdge(3,1,6); // let's pretend we are on...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT