Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
Due at Thursday, April 29th, 23:59 |
---|
You can mail to one of the tutors, Loredana loredana.ene@rwth-aachen.de or Henri henri.agaraj@rwth-aachen.de
4 points |
---|
Give us for for each of the two class diagrams above:
4 points |
---|
Give us for each of the four class diagrams above object diagrams that are compatible with the class diagram. For the fourth class diagram we want to see an object diagram that is not compatible with the third class diagram.
4 points |
---|
Have a look at the following class diagrams (on the left) and object diagrams (on the top). Give us for each class diagram the object diagrams which could be an instance it. (For example you could prepare a list.)
Again have a look at the following class diagrams (on the top) and object diagrams (on the left). Give us for each object diagram the class diagrams it could be an instance of.
5 points |
---|
a) SVN Commit
Your task is to analyze the SVN commit procedure with a state chart. The normal steps without conflicting changes are:
In case there are conflicting changes the conflicts must be merged after updating the files. There are three different options to merge a file
See also resolve subversion conflicts
Create a state chart diagram with Astah UML for these use cases.
b) Consulting the SVN help
Lets assume that a user will not keep these steps in mind all the time. So in any of these steps the user might look up the svn help pages and return to the last step (state). Modify your state chart to support this, too.