Website or Website | Github

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;  
}


Tags: language   jvm  

Last modified 04 May 2020