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

UML Class Diagram Notation

When it comes to system construction, a class diagram is the most widely used diagram. UML Class Diagrams is a type of static structure diagram that is used for general conceptual modeling of the systematics of the application. Such a diagram would illustrate the object-oriented view of a system. The object orientation of a system is indicated by a class diagram. It describes the structure of a system by showing the general issues,classes of a system, attributes, operations, interfaces, inheritance, and the relationships between them.

ERD Symbols and Meanings

Crow's foot notation is used in Barker's Notation, Structured Systems Analysis and Design Method (SSADM) and information engineering. Crow's foot diagrams represent entities as boxes, and relationships as lines between the boxes. Different shapes at the ends of these lines represent the cardinality of the relationship.
The Chen's ERD notation is still used and is considered to present a more detailed way of representing entities and relationships.
To create an ERD, software engineers mainly turn to dedicated drawing software, which contain the full notation resources for their specific database design - ERD symbols and meanings. CS Odessa has released an all-inclusive Entity-Relationship Diagram (ERD) solution for their powerful drawing program, ConceptDraw DIAGRAM.
How to Build an Entity Relationship Diagram (ERD)
How to Build an Entity Relationship Diagram (ERD)

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.

Notation & Symbols for ERD

The ER diagram is constructed from the specific ERD graphic elements. There are used 2 types of ERD notations: Chen and Crow's Foot.
A complete set of work flow shapes, notation & symbols for ERD, entity relationship stencils, included in Entity-Relationship Diagram (ERD) solution for ConceptDraw DIAGRAM software, makes drawing diagrams based on ERD notation as smooth as possible.

Entity Relationship Diagram - ERD - Software for Design Chen ER Diagrams

The Entity-Relationship Diagram (ERD) solution from ConceptDraw Solution Park extends ConceptDraw DIAGRAM vector graphics and diagramming software with the ability to describe a database using the Entity-Relationship (Chen) model. Use it for design your ERDs and verify that ConceptDraw DIAGRAM offers the best ERD diagrams software tools for design element Chen notation.

Business Process Modeling Notation Template

Create business process diagrams (BPMN 2.0.) with ConceptDraw using professional looking templates. ConceptDraw is business process improvement tools.
"Chen's notation for entity–relationship modeling uses rectangles to represent entity sets, and diamonds to represent relationships appropriate for first-class objects: they can have attributes and relationships of their own. If an entity set participates in a relationship set, they are connected with a line.
Attributes are drawn as ovals and are connected with a line to exactly one entity or relationship set.
Cardinality constraints are expressed as follows:
- a double line indicates a participation constraint, totality or surjectivity: all entities in the entity set must participate in at least one relationship in the relationship set;
- an arrow from entity set to relationship set indicates a key constraint, i.e. injectivity: each entity of the entity set can participate in at most one relationship in the relationship set;
- a thick line indicates both, i.e. bijectivity: each entity in the entity set is involved in exactly one relationship.
- an underlined name of an attribute indicates that it is a key: two different entities or relationships with this attribute always have different values for this attribute.
Attributes are often omitted as they can clutter up a diagram; other diagram techniques often list entity attributes within the rectangles drawn for entity sets." [Entity–relationship model. Wikipedia]
The vector stencils library ERD, Chen's notation contains 13 symbols for drawing entity-relatinship diagrams using the ConceptDraw PRO diagramming and vector drawing software.
The example "Design elements - ER diagram (Chen notation)" is included in the Entity-Relationship Diagram (ERD) solution from the Software Development area of ConceptDraw Solution Park.
Chen's ERD
Chen's ERD, week key attribute, weak entity, relationship, multivalue attribute, key attribute, identifying relationship, entity, derived attribute, attribute, associative entity,
"Crow's Foot notation is used in Barker's Notation, SSADM and Information Engineering. Crow's Foot diagrams represent entities as boxes, and relationships as lines between the boxes. Different shapes at the ends of these lines represent the cardinality of the relationship." [Entity–relationship model. Wikipedia]
The vector stencils library ERD, crow's foot notation contains 18 symbols for creating the ER-diagrams using the ConceptDraw PRO diagramming nd vector drawing software.
The example"Design elements - ERD solution (crow's foot notation)" is included in the Entity-Relationship Diagram (ERD) solution from the Software Development area of ConceptDraw Solution Park.
Crow's foot ERD
Crow's foot ERD, entity,

Business Process Modeling Notation

ConceptDraw DIAGRAM is a software for simplу depicting the business processes based on BPMN 2.0.
Business Process Diagrams Cross-Functional-Flowcharts, Workflows, Process Charts, IDEF0 and IDEF2, Timeline, Calendars, Gantt Charts, Business Process Modeling, Audit and Opportunity Flowcharts and Mind Maps (presentations, meeting agendas).

Design Element: Crows Foot for Entity Relationship Diagram - ERD

Creating an ERD requires choosing a specific set of notations that best serve the specific database being designed. ConceptDraw DIAGRAM software extended with Entity-Relationship Diagram (ERD) solution from Software Development area of ConceptDraw Solution Park allows you to draw ER diagrams for depicting a database using the ERD diagram design element Crow's Foot - Crow′s Foot notation icons.
"In software engineering, an entity–relationship model (ER model) is a data model for describing a database in an abstract way.Chen's notation for entity–relationship modeling uses rectangles to represent entity sets, and diamonds to represent relationships appropriate for first-class objects: they can have attributes and relationships of their own. If an entity set participates in a relationship set, they are connected with a line.
Attributes are drawn as ovals and are connected with a line to exactly one entity or relationship set." [Entity–relationship model. Wikipedia]
This sample Chen's ER-diagram illustrates the structure of a typical MMORP game.
"Massively multiplayer online role-playing game (MMORPG) mixes the genres of role-playing video games and Massively multiplayer online games, possibly in the form of web browser-based games, in which a very large number of players interact with one another within a virtual world.
As in all RPGs, players assume the role of a character (often in a fantasy world or science-fiction world) and take control over many of that character's actions. MMORPGs are distinguished from single-player or small multi-player online RPGs by the number of players, and by the game's persistent world (usually hosted by the game's publisher), which continues to exist and evolve while the player is offline and away from the game." [Massively multiplayer online role-playing game. Wikipedia]
This ERD example was redrawn using the ConceptDraw PRO diagramming and vector drawing software from the Wikipedia file: ER Diagram MMORPG.png. [en.wikipedia.org/ wiki/ File:ER_ Diagram_ MMORPG.png]
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. [creativecommons.org/ licenses/ by-sa/ 3.0/ deed.en]
This Chen's ERD example is included in the Chen Notation solution from the Software Development area of ConceptDraw Solution Park.
ER-diagram
ER-diagram, weak key attribute, weak entity, relationship, recursive relationship, participation, multivalued attribute, key attribute, identifying relationship, entity, derived attribute, attribute,
"In software engineering, an entity–relationship model (ER model) is a data model for describing a database in an abstract way. ...
Crow's Foot notation is used in Barker's Notation, SSADM and Information Engineering. Crow's Foot diagrams represent entities as boxes, and relationships as lines between the boxes. Different shapes at the ends of these lines represent the cardinality of the relationship." [Entity–relationship model. Wikipedia]
This ERD example was redesigned using the ConceptDraw PRO diagramming and vector drawing software from the educational data base model. [www2.cs.uregina.ca/ ~bernatja/ crowsfoot.html]
The example "Entity-relationship diagram (Crow's foot notation)" is included in the Entity-Relationship Diagram (ERD) solution from the Software Development area of ConceptDraw Solution Park.
Crow's foot ERD
Crow's foot ERD, entity,

Entity Relationship Diagram Symbols

Creating an entity-relationship (ER) model is to visually represent the structure of a business database, where data equates to entities (or objects) that are linked by defined relationships expressing dependencies and requirements. By nature it is an abstract visualization, the first step in the design process towards creating a logical and functional database.
ERD symbols used for professional ERD drawing are collected in libraries from the Entity-Relationship Diagram (ERD) solution for ConceptDraw DIAGRAM.

Components of ER Diagram

ConceptDraw gives the ability to draw ER diagram (ERD) for visual describing database using the entity relationship symbols, work flow shapes, entity relationship stencils. Entity-Relationship model making possibility to describe a database using the components of ER Diagram in which in the tables data can be the point to data in other tables - for instance, your entry in the database could point to several entries.

Design Element: Chen for Entity Relationship Diagram - ERD

Entity-relationship diagrams (ERDs) are intended for the development of data models and provide a standard method for determining data and relationships between them. The first notation for ERD was introduced by Chen. Entity-Relationship Diagram (ERD) solution from Software Development area of ConceptDraw Solution Park provides the libraries with predesigned set of ERD diagram design element Chen corresponding entities and relationships.
The vector stencils library "ERD, Chen's notation" contains 13 ERD elements.
Use it for drawing ER-diagrams using Chen's notation in the ConceptDraw PRO diagramming and vector drawing software extended with the Entity-Relationship Diagram (ERD) solution from the Software Development area of ConceptDraw Solution Park.
Entity
Entity, entity,
Weak entity
Weak entity, weak entity,
Relationship
Relationship, relationship,
Identifying Relationship
Identifying Relationship, identifying relationship,
Associative Entity
Associative Entity, associative entity,
Participation
Participation,
Optional participation
Optional participation,
Recursive Relationship
Recursive Relationship,
Attribute
Attribute, attribute,
Key attribute
Key attribute, key attribute,
Weak key attribute
Weak key attribute, weak key attribute,
Derived attribute
Derived attribute, derived attribute,
Multivalue attribute
Multivalue attribute, multivalue attribute,
The vector stencils library "DFD, Yourdon and Coad notation" contains 22 DFD elements.
Use it for drawing data flow diagrams (DFD) using Yourdon/ DeMarco notation in the ConceptDraw PRO diagramming and vector drawing software extended with the Data Flow Diagrams solution from the Software Development area of ConceptDraw Solution Park.
Class and object
Class and object, class and object,
Class
Class, class,
Object state
Object state, object state,
Generalization and specialization structure
Generalization and specialization structure,
Whole-part structure
Whole-part structure,
Condition
Condition, condition,
Loop
Loop, loop,
External interactor
External interactor, external interactor,
Data process
Data process, data process,
Multiple process
Multiple process, multiple process,
State
State, state,
Multi-state
Multi-state, multi-state,
Stop state
Stop state, stop state,
Stop state2
Stop state2, stop state,
Process
Process, process,
Process (offset)
Process (offset), process,
Center to center
Center to center,
Center to center #2
Center to center #2,
Loop on center
Loop on center,
Data store
Data store,
Instance
Instance,
Message
Message,