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:
Explain all parts of a deployment diagram
Explain all parts of a deployment diagram?
✍: Guest
Package: It logically groups element of a UML model.
Node: A physical system which represents a processing resource, example PC or a host
machine.
Component: It’s the actual implementation or physical module of a UML system.
Node instance: It’s a runtime physical instance of a processing resource.
Component Instance: It represents an implementation unit that has identity at run time
and can contain objects. A component could be contained within a node instance.
InterFace : It specifies the external operations of a class, component, package, or other
element without specifying internal structure.
Object: Instance of a class.
Composition shape: It is a form of aggregation that indicates that a part may belong to
only one element or life time of the element.
Communication: How an actor Dependency: Shows relationship between two elements.
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, 7177👍, 0💬
Popular Posts:
What are different properties provided by Objectoriented systems ? Following are characteristic’s of...
How To Use Subqueries with the IN Operator? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqu...
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
How To Avoid the Undefined Index Error? - PHP Script Tips - Processing Web Forms If you don't want y...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...