Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Explain the different elements of a Use Case
Explain the different elements of a Use Case ?
✍: Guest
Package: - It logically groups element of a UML model.
Use Case :- It represents a set of events.
Actor : - Role played by an outside object.
Interface :- It specifies the externally operations of a class, component, package, or other
element without specifying internal structure.
Communication: - How an actor Dependency shows relationship between two elements.
Extends: - Indicates that the elements come in parent child relationship where one element
inherits other elements behavior.
Uses: - Here one element uses the other elements behavior. The main difference between
Extends and Uses is a “Is a” and “Has a” relationship. “Is a” relationship defines a child
parent relationship. Example “XYZ” is a child of “PQR”. “Has a” relationship defines an
aggregation relationship that “XYZ” has a “BLUE SHIRT”.
System boundary: - Indicates the system boundary of a Use case.
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, 5251👍, 0💬
Popular Posts:
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...
How To Run Stored Procedures in Debug Mode? - Oracle DBA FAQ - Introduction to Oracle SQL Developer ...
What Is a TD Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "td" elemen...
How To Remove the Top White Space of Your Web Page? - CSS Tutorials - Introduction To CSS Basics The...
What are urlencode() and urldecode() functions in PHP? string urlencode(str) - Returns the URL encod...