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

How to Create Flowchart Using Standard Flowchart Symbols

Flowcharts are used to display an algorithm for consistent execution of certain steps. Flowchart is probably the easiest way to make a graphical representation of any process. Flowcharts use the set of standard geometric symbols and arrows to define relationships. ConceptDraw PRO allows you to create professional flowchart quickly and easily. The ability to create flowcharts is contained in the Flowcharts solution. The solution provides a set of special tools for creating flowcharts.

ConceptDraw Arrows10 Technology

How should diagramming software work? Is it possible to develop a diagram as quickly as the ideas come to you? The innovative ConceptDraw Smart Connectors Technology - This is more than enough versatility to draw any type of diagram with any degree of complexity.

Connection points are necessary for diagramming network, flowchart and organizational charts. In ConceptDraw you connect shapes by attaching, or snapping and gluing, connectors to shape connection points.
The vector stencils library "UML composite structure diagrams" contains 36 symbols for the ConceptDraw PRO diagramming and vector drawing software.
"The key composite structure entities identified in the UML 2.0 specification are structured classifiers, parts, ports, connectors, and collaborations.
(1) Part : A part represents a role played at runtime by one instance of a classifier or by a collection of instances. The part may only name the role, it may name an abstract superclass, or it may name a specific concrete class. The part can include a multiplicity factor, such as the [0..*] shown for Viewer in the diagram.
(2) Port : A port is an interaction point that can be used to connect structured classifiers with their parts and with the environment. Ports can optionally specify the services they provide and the services they require from other parts of the system. In the diagram, each of the small squares is a port. Each port has a type and is labelled with a name, such as "var", "indVar1", or "view" in the diagram. Ports may contain a multiplicity factor, for example.
Ports can either delegate received requests to internal parts, or they can deliver these directly to the behavior of the structured classifier that the port is contained within. Public ports that are visible in the environment are shown straddling the boundary, while protected ports that are not visible in the environment are shown inside the boundary. All the ports in the diagram are public, except for the view port along the right boundary of FibonacciSystem.
(3) Connector : A connector binds two or more entities together, allowing them to interact at runtime. The connector is shown as a line between some combination of parts, ports and structured classifiers. The diagram shows three connectors between ports, and one connector between a structured classifier and a part.
(4) Collaboration : A collaboration is generally more abstract than a structured classifier. It is shown as a dotted oval containing roles that instances can play in the collaboration.
(5) Structured classifier : A StructuredClassifier represents a class, often an abstract class, whose behavior can be completely or partially described through interactions between parts." [Composite structure diagram. Wikipedia]
The example "Design elements - UML composite structure diagrams" is included in the Rapid UML solution from the Software Development area of ConceptDraw Solution Park.
UML composite structure diagram symbols
UML composite structure diagram symbols, property, port, part, note, interface class, interface, fragment, component, collaboration, class,