Title: Communication, AUC by J'P'Nytun 1
1Agenda
- Software Engineering Methods (26 Slides)
- Mandatory exercise select conceptual model
(class diagram) (7 Slides) - Some Java if time!
- Midterm evaluation of courseLast 15 minutes,
students alone afterwards a meeting between
lecture and 2-3 students
2Midterm evaluation of course suggested
check-list.
- 1. The teaching
- Methods, pedagogical approach (quality/frequency
of lectures, group work supervision etc.) - 2. Course contents
- Level (a special focus should be given to this in
classes where different groups of students
participate). - Progression
- Overlap with other courses
- Curriculum (level of difficulty, quantity,
relevance) - 3. Workload and Feedback
- Do the students get sufficient feedback during
the course (formal or informal)? - Is the workload reasonable compared to the size
(number of credits) of the course? - 4. Information and Infrastructure
- Information about the course (lectures,
curriculum, class hours etc.) - Access to computer facilities
- Availability of books on the reading list
(including external readings) - Administrative support
- Teaching premises
3(No Transcript)
4(No Transcript)
5(No Transcript)
6(No Transcript)
7(No Transcript)
8Brit Furnes, Line Larsen, Dongmei WangÂ
90..1
ModelElement
NamedModelElement
name String
0..1
Class
Property
Association
Operation
1
1
2
signature String
multiplicity String type String
If DiagramElement is contained then position is
relative to Container position
DiagramElement
position Point
Contained
0..1
LeafElement
ContainerElement
Container
Diagram
Text
Rectangle
Polyline
name String
txt String
dim Dimension
waypoints 2 Point
10PersonDiagram
Diagram PersonDiagram contains class Person
Person
name String
Diagram
name PersonDiagram
Text
position (5, 10) txt Person
Contained
Contained
Class
ContainerElement
Person
name Person
position (100, 15)
Rectangle
Contained
position (0, 0) dim (100, 30)
Text
position (5, 10) txt name String
Contained
Contained
ContainerElement
Property
name String
position (0, 50)
Rectangle
name name multiplicity 1 type String
Contained
position (0, 0) dim (100, 30)