UML-
Stands for "Unified Modeling Language." This is a programming
language that is used for object-oriented software development. To
organize program code more efficiently, programmers often create
"objects" that are sets of structured data within programs. UML, which
has been standardized by the Object Management Group (OMG), was designed
for this purpose. The language has gained enough support that it has
become a standard language for visualizing and constructing software
programs.
Sequence Diagram
Sequence diagrams in UML shows how object interact with each other and
the order those interactions occur. It’s important to note that they
show the interactions for a particular scenario. The processes are
represented vertically and interactions are show as arrows.
Activity Diagram
Activity diagrams represent workflows in an graphical way. They can be
used to describe business workflow or the operational workflow of any
component in a system. Sometimes activity diagrams are used as an
alternative to State machine diagrams.
Use Case Diagram
Most known diagram type of the behavioral UML diagrams, Use case
diagrams gives a graphic overview of the actors involved in a system,
different functions needed by those actors and how these different
functions are interacted. It’s a great starting point for any project
discussion because you can easily identify the main actors involved and
the main processes of the system.
Walang komento:
Mag-post ng isang Komento