Sort: Rank

Explain the different elements of a Use Case
Explain the different elements of a Use Case ? 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 sp...
2007-10-26, 5488👍, 0💬

Describe different elements in Static Chart diagrams
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a UML model. Class: - They describe set of objects with similar structure, behavior, and relationships. Data Type :- A data type is an instance of the DataType metaclass defined in the UML metamodel. A d...
2007-10-26, 7482👍, 0💬

What are the element in State Chart diagrams
What are the element in State Chart diagrams ? State: Itfs a condition when following events occur: bject satisfies a condition. Or performs a action. Or waits for a event to happen. Composite State : It has one or more sub states. Initial State: It represents a state before any event occurs. Final...
2007-10-26, 4885👍, 0💬

Describe the various components in sequence diagrams
Describe the various components in sequence diagrams? 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 de...
2007-10-26, 5493👍, 0💬

Explain all parts of a deployment diagram
Explain all parts of a deployment diagram? 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 ph...
2007-10-26, 6501👍, 0💬

Explain Component diagrams
Explain Component diagrams ? Package: It logically make group of element of a UML model. Component: It’s the actual implementation or physical module of a UML system. Node: A physical system which represents a processing resource, example PC or a host machine. InterFace :It specifies the externally ...
2007-10-26, 4833👍, 0💬

Explain Different elements of a collaboration diagram
Explain Different elements of a collaboration diagram ? Classifier Role :It classifies a role.br> Association Role : It shows the relation between two classifier roles.br> Multi-Object : It used to show operation related to entire set of objects rather than on a single object.br> Constraint : Condit...
2007-10-26, 5437👍, 0💬

Give a small brief explanation of all Elements in activity diagrams
Give a small brief explanation of all Elements in activity diagrams? Action State : It is a type of state that has an internal action and one outgoing event that would complete the internal action. State : It is a condition when following events occur: Object satisfies a condition. performs a action...
2007-10-26, 5396👍, 0💬

How did you implement UML in your project PART II
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagrams for reverse engineering, Other diagrams for validity check) In this phase mostly class diagrams are re-engineered with the source code. But other diagrams are also present for validity check examp...
2007-10-26, 6807👍, 0💬

How did you implement UML in your project PART I
What is the sequence of UML diagrams in project? First let me say some fact about this question, you can not implement all the nine diagrams given by UML in one project; you can but can be very rare scenario. The way UML is implemented in project varies from project to project and company to company...
2007-10-26, 6756👍, 0💬

What is Modeling and why UML ?
What are advantages of using UML? As the name suggest UNIFIED MODELING LANGUAGE. Modelling has been around for years, not only in software field but also in other trades like civil, mechanical etc. Example in civil engineering drawing the main architecture built of diagram is a model by itself. Mode...
2007-10-26, 4991👍, 0💬

Explain in short all types of diagrams in UML
How many types of diagrams are there in UML ? There are nine types of diagrams in UML : Use case diagram: They describe "WHAT" of a system rather than "HOW" the system does it.They are used to identify the primary elements and processes that form the system. The primary elements are termed as "actor...
2007-10-26, 5381👍, 0💬

What is UML
What is UML? The Unified Modeling Language (UML) is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software-intensive system.UML provides blue prints for business process, System function, programming language statements, database schemas and reusa...
2007-10-26, 4611👍, 0💬

  Sort: Rank