Module Structure A module is a collection of Statecharts and Activity-charts that comprise a component. ● In C, a module signifies a single source file with its local data and functions. ● In Ada, a module signifies a library package.
A module is a collection of Statecharts and Activity-charts that comprise a component.