state diagram

Software Architecture Article

Component-Oriented Software Development with UML

This article proposes to automate the process of structural and behavior analysis of component-oriented software fully specified in UML. The structural specification uses component, class and deployment diagrams, and the behavior specification, state machine diagram. The produced structural analysis tool analyzes a connection between pairs of components at a time. The produced behavioral analysis tool …

Component-Oriented Software Development with UML Read More »

State and Activity Diagrams

This short video introduces the UML state and activity diagrams. State diagrams are used to give an abstract description of the behavior of a system. This behavior is analyzed and represented in series of events, that could occur in one or more possible states.