Class Diagram A class diagram is a type of structure diagram. You use the class diagram to design or analyze the structure of a complex program. You can design classes and show relationships between t
Statechart A statechart is a graphical formalism with which you can graphically program a finite state machine. A state machine is a system that is continuously in one of a finite number of states at
Tutorial: Class Diagram Using class diagrams Class diagrams illustrate the static structure of an application or sub-application. They provide an overview of the classes, the attributes of the classes
Tutorial: Statechart Drafting and implementing a statechart A statechart is a machine that switches from state to state at runtime. The states are linked by transitions, which each have a guard condit
Statechart Elements The elements of the statechart are available in the ToolBox view. This view opens when you open a statechart object in the editor. Start state End state State State (in-cycle) Note
Class Diagram Elements The elements of the class diagram are available in the ToolBox view. This view opens when you open a Class Diagram object in the editor. Class ( POU ) Interface DUT (Data Unit T
Reference: User Interface :