UML stands for Unified Modeling Language which is used in object oriented software engineering. You can draw UML diagrams online using our software, or check out some UML diagram examples
Structure diagrams show the things in a system being modeled. In a more technical term, they show different objects in a system. Behavioral diagrams shows what should happen in a system. They describe how the objects interact with each other to create a functioning system.
- Class Diagram: It shows the classes in a system, attributes and operations of each class and the relationship between each class
- Component Diagram: Components communicate with each other using interfaces. The interfaces are linked using connectors.
- Deployment Diagram: useful when your software solution is deployed across multiple machines with each having a unique configuration
- Object Diagram: similar to class diagrams
- Package Diagram: It shows the dependencies between different packages in a system
- Profile Diagram:
- Composite Structure Diagram
- Use Case Diagram:diagrams give a graphic overview of the actors involved in a system, different functions needed by those actors and how these different functions are interacted.
- Activity Diagram: represent workflows in a graphical way.
- State Machine Diagram: the behavior of objects that act differently according to the state they are in at the momen
- Sequence Diagram: 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.
- Communication Diagram: It is similar to sequence diagrams,
- Interaction Overview Diagram: a sequence of interaction diagram and it is similar to sequance process
- Timing Diagram: They represent the behavior of objects in a given time frame
No comments:
Post a Comment