UML can be used as much or as little as you like. Martin Fowler describes three common ways that people tend to use UML: (1) UML as a sketch ; (2) UML as a blueprint ; (3) UML as a programming language.
Continue readingCategory: Unified Modeling Language
State Diagram Comprehensive Guide with Examples
A state machine diagram is a behavior which specifies the sequence of states an object visits during its lifetime in response to events, together with its responses to those events.
Continue readingAll You Need to Know About Use Case Modeling
Use cases describe how users use the system to achieve specific goals. A use-case diagram consists of a system, related use cases, and actors, and relates them to each other to visualize: What is it describing? (System), who is using the system? What are the actors trying to achieve? Thus, use cases help ensure that the right system is developed by capturing requirements from the user’s point of view.
Continue readingOn-the-fly FREE Online UML Software: 30 Class Diagram Examples
Visual Paradigm Online (VP Online) Free Edition is a free online drawing tool that supports UML, ERD, Organization Chart, etc. It features a simple, intuitive yet powerful UML editor, which allows you to create professional UML diagrams smoothly and quickly. The free UML tool comes with no ad, no limited period of access and no limitations such as, number of diagrams, number of shapes and etc. You own the diagrams you created for personal and non-commercial purposes.
Continue readingUse Case — Learn By Examples
A use case describes how a user uses a system to accomplish a specific goal. A use case diagram consists of a system, related use cases, and actors, and relates them to each other in order to visualize: what is being described? (the system), who is using the system? (actor) and what the actor wants to achieve? (use case), so that use cases help ensure that the right system is developed by capturing the requirements from the user’s perspective.
Continue readingFree UML drawing tool
Бесплатное онлайн-программное обеспечение UML-диаграмм для создания профессиональных UML-чертежей (Russian)
Continue readingOutil de dessin UML gratuit
Un logiciel de diagramme UML en ligne gratuit pour créer des dessins UML professionnels (Frech)
Continue readingFREE Online UML Tool
Visual Paradigm Online (VP Online) Express Edition a is free online graphing software developed for the community. Draw free diagrams with easy-to-use online drawing tools without watermarks and limitations such as number of diagrams, project file size, etc. You own the diagrams created for personal and non-commercial purposes.
Continue readingUML: What is Package Diagram? How to use it?
A package is a grouping of model elements which means that a package can contain model elements of different kinds, including other packages to create hierarchies. A package defines a namespace for its contents using for various purposes.
Continue readingUML from What to How with Use Case and Activity Diagram
Use cases show what your system should do. Activity diagrams allow you to specify how your system will accomplish its goals. Activity diagrams show high-level actions chained together to represent a process occurring in your system. Activity diagrams are particularly good at modeling business processes or elaborating a use case. This article shows you how to do so.
Continue reading