www.ConceptDraw.com

Design elements - State machine diagram

The vector stencils library "State machine diagram" contains 20 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 SysML shapes example "Design elements - State machine diagram" is included in the SysML solution from the Software Development area of ConceptDraw Solution Park.
SysML state machine diagram symbols
SysML state machine diagram symbols, transition, terminate node, submachine state, state machine, state list, state, simple state, send signal action, region, receive signal action, junction pseudostate, initial pseudostate, initial node, control node, initial node, history, shallow pseudostate, history, deep pseudostate, final state, exit point, entry point, control operator node, composite state, choice pseudostate, action,