Step 1
Open a new document in Microsoft Word 2007. Go to the "Insert" tab. Click on the "Text Box" button. to choose "Simple Text Box."
Step 2
Type the name of the entity, such as "Student". repetition step 1 and add a text box below the Student text box. to give to the coast the text box use your mouse so that it is aligned with the Student box.
Step 3
List the attributes of the entity follow-up by the return type. In our example, type the to follow attributes:
studentId : Integer
firstName : Char
lastName : Char
Step 4
Add and to align another text box below the attributes box. Type the methods or operations in this box follow-up by the return type, such as getAverageGrade() : Integer.
Create the rest of the entity classes. Examples of other entities to include "Course" and "Teacher".
Step 5
Add association lines enter classes to to illustrate the Report/ratio between two classes. Go to the "Insert" tab and click on the "Shapes" button. chosen a directly line and insertion it enter the "Students" and "Course" entities.
Step 6
Add role and multiplicity information. Double click above the line, afterwards to the Student box. Type "0..*" to to indicate a student can be enrolled in zero or more courses. Double click below the line and type the role "enrollsIn". repetition these stages for the to remain relationships.