The following example shows how to declare attributes and associations in the first steps when modeling a system using Umple. (from the Website)
class Student {}
class CourseSection {}
class Registration
{
String grade;
* -- 1 Student;
* -- 1 CourseSection;
}
Last modified 07 October 2024