Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Describe the various components in sequence diagrams
Describe the various components in sequence diagrams?
✍: Guest
Object lifeline: It represents the lifetime of an object creation and its destruction. If the
object is created or destroyed during the time period the diagram represents, then the
lifeline stops or starts at the appropriate point. An object's destruction is marked with a
large X.
Activation: It’s time period during which actor is performing a action.
Lifeline :This says that there exists some condition on the object lifetime.
Message: It shows communication between objects that conveys information and results
in an action.
Message (call):It’s same like message but also conveys some information and results in
action.
All messages have same definition as the Message (Call) given above.
2-Element Constraint: It shows a constraint on two classes or associations.
OR constraint: It shows an OR constraint on two classes or associations.
2007-10-26, 6162👍, 0💬
Popular Posts:
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]? a[i] == *...
How To Use SELECT Statement to Count the Number of Rows? - Oracle DBA FAQ - Understanding SQL SELECT...