UML - UML is Unified Modeling Language, graphical language for visualizing artifacts of the system......
|
UML modeling - Model is a simplification of reality, it is Blueprint of the actual system.....
|
UML views -Use Case view, Design View, Process View, Implementation view, Deployment view
|
SDLC - SDLC of a system included processes like Use case driven, Architecture centric, Iterative and Incremental..
|
We have nine types of diagram in UML: Use Case Diagram, Class Diagram, Object diagram, State Diagram...
|
UML breaks the complex system into discrete pieces that can be understood easily. ....
|
Building Block of UML, Things Structural Things Behavioral things Grouping things.........
|
Relationships in UML- Dependency is the relationship between two things in which a change in one thing......
|
Diagram in UML-Object Diagram, Use case Diagram, Sequence Diagram........
|
Class diagram in UML-Class diagram represents a set of classes, interfaces and collaborations............
|
Object diagram in UML-Object diagram represents a set of objects and their relationships.......
|
Use Case diagrams - A use case diagram depicts different users of the system and the functions of the system......
|
Sequence Diagram in UML - Sequence Diagram shows structural organization of the objects that send and receive.......
|
Collaboration Diagram in UML- Collaboration Diagram represents organization of the object that participates........
|
Startchart Diagram in UML-Startchart Diagram represents a state machine, shows the flow of control.......
|
Activity diagram in UML-An activity diagram represents the flow from activity to activity. It is used to model.........
|
Component diagram in UML-Component diagram represents set of components and their relationships........
|
Deployment Diagram in UML-Deployment Diagram shows the configuration of run time processing nodes.........
|
UML component diagrams - What is component diagrams? - A component diagram is particularly useful with teams of larger size....
|
UML sequence diagrams - What are the various components in sequence diagrams? - Actor: Actor represents an external user / end user who interact with the system. ....
|
UML deployment diagram - What are the parts of a deployment diagram? - Nodes: A node represents any hardware component. The configuration of hardware is represented by attributes of nodes......
|
UML collaboration diagram - What are the different elements of a collaboration diagram? - Object: The interaction between objects takes place in a system. .
|
UML activity diagrams - Brief explanation of all elements in activity diagrams. - Activities: An activity indicates an action that performed in the system.....
|
UML Use Case - Explain the different elements of a Use Case - Use case diagram is a subset of various behaviour diagrams......
|
A sequence diagram shows the way of processes execute in a sequence. For example, the order of operations and the parameters....
|
What is UML? What are advantages of using UML? - A diagrammatic representation is for specifying the kind of Object Oriented Programming design....
|
UML diagram - Explain types of diagrams are there in UML-Activity diagram: Activity diagram represents the procedural logic, business process and work flow that supports parallelism.....
|
UML State Chart - What are the elements in State Chart diagrams? - Initial State: This state shows the first activity of the flow...
|