diff --git a/README.md b/README.md index 1c6a6a14b7d9495feb2fdd689a1db157057bd165..468a05bfceb295499ea0ebc89be194376bc4040c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,33 @@ Assignement 1 The model presented is that of an NTNU page for economics studies. The courses, the department and the professors are the classes used in this model + +Economics.xmi is the body representing the economics curriculum through the second year. +The model consists of courses, people and departments + +Departments have a unique name, courses and teachers. + +Persons have a mandatory first name, they can have a name and courses. +The full name (volatile) was intended to be generated through the firstname and last name but it is not implemented. + +Courses have labels, a unique teacher code, a credit, a teaching period and a study year. + + + + + + +Courses can be represented by the learning period (year and season), the credits they are worth, their titles and their code + +  + + +Then we have the instance Sok1000 that represents a course, with its name, its credits, its teachers, its code, its credits, the teaching period and the study year. + + + + + + +