0% found this document useful (0 votes)
27 views3 pages

Software Engineeringii Lab Assignment 07 Groupno-Mlb - 014: Group Members

This document contains information about a group software engineering lab assignment. It lists the group number and six group members along with their DIT numbers and names. It also contains instructions for parts A, B1 and B2 of the assignment, which involve writing code in part A and drawing communication and sequence diagrams in parts B1 and B2 to illustrate the interactions between classes.

Uploaded by

Kanishka Dilshan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views3 pages

Software Engineeringii Lab Assignment 07 Groupno-Mlb - 014: Group Members

This document contains information about a group software engineering lab assignment. It lists the group number and six group members along with their DIT numbers and names. It also contains instructions for parts A, B1 and B2 of the assignment, which involve writing code in part A and drawing communication and sequence diagrams in parts B1 and B2 to illustrate the interactions between classes.

Uploaded by

Kanishka Dilshan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Software EngineeringII

Lab Assignment 07
GroupNo- MLB_014

Group Members:
DIT No: Name:

1.DIT09M3-1538 G.H.A.T.P.Hettiarachchi
2.DIT09M3-1613 K.L.K.Madushanka
3.DIT09M3-1644 N.N.M.Wickramarathna
4.DIT09M3-1621 B.R.H.T.Balasooriya
5.DIT09M3-1592 S.M.T.P.Senanayaka
6.DIT09M3-1555 N.E.Watapaldeniya
7.DIT09M3-1553 A.F.M.Fazmi

Online Submission:

Name: G.H.A.T.P.Hettiarachchi

DITNO: DIT09M3-1538
Part A

Public class classA


{
Dostuff()

For(int i=0; i<10; i++)


{
Class C= new classC();
C.Print();
Class B= new classB();
B.update();

}
}

Part B1
Draw communication diagram

3: Get(DIT)
4: Format(DIT)
5: Display(DIT)

1: Print() 2: GetStudentMarks(DIT)
:GenerateStude SM:StudentM
ntReport arks

: User

6: PrintNow(DIT)
8: Refresh()

T:Transcri PR:PrinterRe
pt port
7: Done(DIT)
Part B2
Draw a sequence diagram

:GenerateStude SM:StudentMar PR:PrinterReport T:Transcript


: User
ntReport ks

Print()
GetStudentMarks(DIT)

Get(DIT)

Format(DIT)

Display(DIT)

PrintNow(DIT)

Done(DIT)

Refresh()

You might also like