This site uses cookies. By continuing to browse the ConceptDraw site you are agreeing to our Use of Site Cookies.
This vector stencils library contains 47 SysML activity diagram symbols.
Use it to design your SysML activity diagrams using ConceptDraw PRO diagramming and vector drawing software.
"Activity diagrams are constructed from a limited number of shapes, connected with arrows. The most important shape types:
- rounded rectangles represent actions;
- diamonds represent decisions;
- bars represent the start (split) or end (join) of concurrent activities;
- a black circle represents the start (initial state) of the workflow;
- an encircled black circle represents the end (final state).
Arrows run from the start towards the end and represent the order in which activities happen." [Activity diagram. Wikipedia]
The vector stencils library "Activity diagram" is included in the SysML solution from the Software Development area of ConceptDraw Solution Park.
Action
Action, action,
Call behavior action
Call behavior action, call behavior action, action,
Accept event action
Accept event action, accept event action,
Accept time event action
Accept time event action, accept time event action,
Send signal action
Send signal action, send signal action,
Activity
Activity, activity, frame,
Activity final node
Activity final node, initial node, activity final node,
Flow final node
Flow final node, flow final node,
Activity parameter node
Activity parameter node, activity parameter node,
Control operator node
Control operator node, control operator node,
Control operator - frame
Control operator - frame, control operator frame,
Decision/Merge node
Decision/Merge node, decision node, merge node, control node, activity node,
Fork/Join node
Fork/Join node, fork node, join node, control node,
Initial node
Initial node, initial node, control node,
isControl
isControl, isControl node, action,
isStream
isStream, isStream node, action,
isStream 2
isStream 2, isStream node, action,
isStream 3
isStream 3, isStream node, activity parameter node,
Local precondition
Local precondition, local precondition node, action,
Local postcondition
Local postcondition, local postcondition node, action,
NoBuffer
NoBuffer, noBuffer node, action,
Object node
Object node, object node,
Object node 2
Object node 2, pin, object node, action,
Optional
Optional, optional, action,
Optional 2
Optional 2, optional, activity parameter node,
OverWrite
OverWrite, overwrite, action,
Parameter set
Parameter set, parameter set, action,
Parameter set 2
Parameter set 2, parameter set, activity, frame,
Probability
Probability, probability, action,
Probability 2
Probability 2, probability,
Rate
Rate, rate,
Rate 2
Rate 2, rate,
Rate 3
Rate 3, rate,
Rate 4
Rate 4, rate,
Rate 5
Rate 5, rate, activity parameter node,
Rate 6
Rate 6, rate, action,
Control flow
Control flow, control flow, action,
Control flow 2
Control flow 2, control flow, action,
Object flow
Object flow, object flow, action,
Object flow 2
Object flow 2, object flow, action,
Probability path
Probability path, probability,
Rate path
Rate path, rate,
In block definition diagram, activity, association
In block definition diagram, activity, association, block definition diagrams, activity, association, activity, frame, activity,
Activity partition
Activity partition, activity partition, swimlane,
Activity partition - action
Activity partition - action, action, activity partition,
Interruptible activity region
Interruptible activity region, structured activity node, interruptible activity region,
Structured activity node
Structured activity node, structured activity node,
This vector stencils library contains 47 SysML symbols.
Use it to design your state machine diagrams using 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:
- Filled circle, representing to the initial state
- Hollow circle containing a smaller filled circle, indicating the final state (if any)
- 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
- 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 ).
- 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 vector stencils library "State machine diagram" is included in the SysML solution from the Software Development area of ConceptDraw Solution Park.
Choice pseudostate
Choice pseudostate, choice pseudostate,
Composite state
Composite state, state, initial node, control node, control operator node, composite state,
Entry point
Entry point, entry point,
Exit point
Exit point, exit point,
Final state
Final state, initial node, final state,
History, deep pseudostate
History, deep pseudostate, history, deep pseudostate,
History, shallow pseudostate
History, shallow pseudostate, history, shallow pseudostate,
Initial pseudostate
Initial pseudostate, initial pseudostate,
Junction pseudostate
Junction pseudostate, junction pseudostate,
Receive signal action
Receive signal action, receive signal action,
Send signal action
Send signal action, send signal action,
Action
Action, action,
Region
Region, region, control operator node,
Simple state
Simple state, simple state,
Simple state 2
Simple state 2, simple state,
State list
State list, state list,
State machine
State machine, state machine, initial node, final state, control operator node,
Terminate node
Terminate node, terminate node,
Submachine state
Submachine state, submachine state, exit point, control operator node,
Transition
Transition, transition,
This vector stencils library contains 13 symbols for drawing UML interaction overview diagrams.
Interaction
Interaction, interaction,
Initial Node
Initial Node, initial,
Decision/Merge Node
Decision/Merge Node, decision, merge,
Receive Signal Node
Receive Signal Node, receive signal,
Fork/Join Node
Fork/Join Node,
Final Node
Final Node, final,
Lifeline
Lifeline, lifeline,
Message
Message,
Control Flow
Control Flow,
Constraint
Constraint,
Parallel Control Flow
Parallel Control Flow,
Smart Connector
Smart Connector,
Note
Note, note,
This vector stencils library contains 47 SysML symbols.
Use it to design your state machine diagrams using 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:
- Filled circle, representing to the initial state
- Hollow circle containing a smaller filled circle, indicating the final state (if any)
- 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
- 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 ).
- 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 vector stencils library "State machine diagram" is included in the SysML solution from the Software Development area of ConceptDraw Solution Park.
Choice pseudostate
Choice pseudostate, choice pseudostate,
Composite state
Composite state, state, initial node, control node, control operator node, composite state,
Entry point
Entry point, entry point,
Exit point
Exit point, exit point,
Final state
Final state, initial node, final state,
History, deep pseudostate
History, deep pseudostate, history, deep pseudostate,
History, shallow pseudostate
History, shallow pseudostate, history, shallow pseudostate,
Initial pseudostate
Initial pseudostate, initial pseudostate,
Junction pseudostate
Junction pseudostate, junction pseudostate,
Receive signal action
Receive signal action, receive signal action,
Send signal action
Send signal action, send signal action,
Action
Action, action,
Region
Region, region, control operator node,
Simple state
Simple state, simple state,
Simple state 2
Simple state 2, simple state,
State list
State list, state list,
State machine
State machine, state machine, initial node, final state, control operator node,
Terminate node
Terminate node, terminate node,
Submachine state
Submachine state, submachine state, exit point, control operator node,
Transition
Transition, transition,

Graphic Technologies

Graphics Technology looks at how to communicate graphically, develop ability to create graphical presentations for varied needs, understand standards and special conventions, develop specific techniques and build an understanding of the impact of graphical presentation on society.

If you want to use effective methods for your work, you may need a tool which may let you represent your ideas and goals in graphic way.

Software development with ConceptDraw Products

Internet solutions on ConceptDraw base. What may interest developers of Internet solutions.
The vector stencils library "Bank UML interaction overview diagram" contains 11 shapes for drawing UML interaction overview diagrams.
Use it for object-oriented modeling of your bank information system.
"The interaction overview diagram is similar to the activity diagram, in that both visualize a sequence of activities. The difference is that, for an interaction overview, each individual activity is pictured as a frame which can contain a nested interaction diagrams. ...
The other notation elements for interaction overview diagrams are the same as for activity diagrams. These include initial, final, decision, merge, fork and join nodes. The two new elements in the interaction overview diagrams are the "interaction occurrences" and "interaction elements"." [Interaction overview diagram. Wikipedia]
This example of UML interaction overview diagram symbols for the ConceptDraw PRO diagramming and vector drawing software is included in the ATM UML Diagrams solution from the Software Development area of ConceptDraw Solution Park.
UML interaction overview diagram symbols
UML interaction overview diagram symbols, time constraint, interaction, frame, interaction use, combined fragment, initial node, fork node, join node, flow final node, duration constraint, interaction constraint, decision node, merge node, decision guard, activity final node,
This example was redesigned from the Wikimedia Commons file: UML state diagram.png.
[commons.wikimedia.org/ wiki/ File:UML_ state_ diagram.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]
"The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite state transition systems. The state machine represents behavior as the state history of an object in terms of its transitions and states. The activities that are invoked during the transition, entry, and exit of the states are specified along with the associated event and guard conditions. Activities that are invoked while in the state are specified as “do Activities,” and can be either continuous or discrete. A composite state has nested states that can be sequential or concurrent.
The UML concept of protocol state machines is excluded from SysML to reduce the complexity of the language.
The standard UML state machine concept (called behavior state machines in UML) are thought to be sufficient for expressing protocols." [omg.org/ spec/ SysML/ 1.3/ PDF]
The example "State machine diagram" was drawn using the ConceptDraw PRO diagramming and vector drawing software extended with the SysML solution from the Software Development area of ConceptDraw Solution Park.
SysML state machine diagram
SysML state machine diagram, transition, simple state, initial pseudostate, initial node, final state,

ConceptDraw Arrows10 Technology

How should diagramming software work? The answer is - Fast and easy.

"Tree"- mode drawing works like that. Just select objects in your drawing and press Tree or Chain button to connect all of them just in one click.

Your diagram looks professional and it took only a moment to draw.

Diagrama de Topologia

PRO is a powerful drawing tool that changes the way diagrams are produced. ConceptDraw Arrows10 Technology - This is more than enough versatility to draw any type of diagram with any degree of complexity.

Diagrama de Topologia or Topology Diagram helps you see the big picture as you develop a service.
"Microsoft Management Console is a component of Windows 2000 and its successors that provides system administrators and advanced users an interface for configuring and monitoring the system.
Snap-ins and consoles.
The management console can host Component Object Model components called snap-ins. Most of Microsoft's administration tools are implemented as MMC snap-ins. Third parties can also implement their own snap-ins using the MMC's application programming interfaces published on the Microsoft Developer Network's web site." [Microsoft Management Console. Wikipedia]
The UML activity diagram example "Snap in process" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the Rapid UML solution from the Software Development area of ConceptDraw Solution Park.
UML activity diagram
UML activity diagram, swimlane, object, note, initial, final, decision, merge, choice point, action,