This site uses cookies. By continuing to browse the ConceptDraw site you are agreeing to our Use of Site Cookies.

UML Collaboration Diagram (UML2.0)

UML Collaboration Diagram depicts the interactions between objects or parts in terms of sequenced messages and describes both the static structure and dynamic behavior of a system.
Rapid UML solution provides templates, examples and libraries of stencils for quick and easy drawing all the types of system and software engineering diagrams according to UML 2.4 and 1.2 notations.

Timing diagram

UML Timing Diagram as special form of a sequence diagram is used to explore the behaviours of objects throughout a given period of time.

Diagramming Software for Design UML Communication Diagrams

UML Communication Diagram depicts the interactions between objects or parts in terms of sequenced messages and describes both the static structure and dynamic behavior of a system.

Communication Diagram UML2.0 / Collaboration UML1.x

UML Communication diagramming software with rich examples and template. ConceptDraw is ideal for software designers and software developers who need to draw UML Communication Diagrams.

UML 2 4 Process Flow Diagram

This sample was created in ConceptDraw DIAGRAM diagramming and vector drawing software using the UML Activity Diagram library of the Rapid UML Solution from the Software Development area of ConceptDraw Solution Park.

UML Diagram Types List

Two types of diagrams are used in UML: Structure Diagrams and Behavior Diagrams. Behavior Diagrams represent the processes proceeding in a modeled environment. Structure Diagrams represent the elements that compose the system.

How to create a UML Diagram

ConceptDraw DIAGRAM extended with the Rapid UML solution is perfect for drawing professional UML diagrams.

UML Business Process

UML diagrams of business processes. The Rapid UML solution provides diagram examples, templates and vector stencils libraries for quick and easy drawing all types of UML 2.x and 1.x diagrams: UML activity diagrams, UML communication (collaboration) diagrams, UML component diagrams, UML composite structure diagrams, UML deployment diagrams, UML interaction overview diagrams, UML object diagrams, UML package diagrams, UML sequence diagrams, UML state machine diagrams, UML timing diagrams, UML use case diagrams.

Diagramming Software for Design UML Timing Diagrams

UML Timing Diagram as special form of a sequence diagram are used to explore the behaviors of objects throughout a given period of time.

Interaction Overview Diagram

UML Interaction Overview Diagram schematically shows a control flow with nodes and a sequence of activities that can contain interaction or sequence diagrams.

Diagramming Software for Design UML Interaction Overview Diagrams

UML Interaction Overview Diagram schematically shows a control flow with nodes and a sequence of activities that can contain interaction or sequence diagrams.

UML Activity Diagram. Design Elements

UML Activity Diagram illustrate the business and operational step-by-step workflow of components in a system and shows the overall flow of control.

Diagramming Software for Design UML Collaboration Diagrams

ConceptDraw helps you to start designing your own UML Collaboration Diagrams with examples and templates.

UML Notation

Unified Modeling Language (UML) is a language of graphic description for object modeling in the field of software engineering. UML was created for definition, visualization, designing of software systems. UML is an open standard that uses graphic notations for creating visual models of object-oriented software systems.
Two types of diagrams are used in UML: Structure Diagrams and Behavior Diagrams. Behavior Diagrams represent the processes proceeding in a modeled environment. Structure Diagrams represent the elements that compose the system.
The vector stencils library "UML state machine diagrams" contains 35 symbols for the ConceptDraw PRO diagramming and vector drawing software.
"The state diagram in the Unified Modeling Language is essentially a Harel statechart with standardized notation, which can describe many systems, from computer programs to business processes. In UML 2 the name has been changed to State Machine Diagram. The following are the basic notational elements that can be used to make up a diagram:
(1) Filled circle, pointing to the initial state.
(2) Hollow circle containing a smaller filled circle, indicating the final state (if any).
(3) Rounded rectangle, denoting a state. Top of the rectangle contains a name of the state. Can contain a horizontal line in the middle, below which the activities that are done in that state are indicated.
(4) Arrow, denoting transition. The name of the event (if any) causing this transition labels the arrow body. A guard expression may be added before a "/ " and enclosed in square-brackets ( eventName[guardExpression] ), denoting that this expression must be true for the transition to take place. If an action is performed during this transition, it is added to the label following a "/ " ( eventName[guardExpression]/ action ).
(5) Thick horizontal line with either x>1 lines entering and 1 line leaving or 1 line entering and x>1 lines leaving. These denote join/ fork, respectively." [State diagram (UML). Wikipedia]
The example "Design elements - UML state machine diagrams" is included in the Rapid UML solution from the Software Development area of ConceptDraw Solution Park.
UML state machine diagram symbols
UML state machine diagram symbols, terminate pseudostate, synch state, subactivity state, sub-machine diagram, state with compartments, simple state, send signal state, receive signal state, note, junction pseudostate, internal behavior, initial state, history pseudostate, frame, fragment, final state, exit point, entry point, composite state, choice pseudostate,