Tags and keywords
The index Package Diagram for the Webel Radio net serves primarily as a quick navigation dashboard. It is referenced throughout the project, especially from Packages or Model packages one level down:
Of primary interest are the RadioNetContext
, RadioNet
system, and RadioStation
block, and the simulation block Sim_RadioNet
, from which a simulation in Magic Model Analyst® (Cameo Simulation Toolkit®) can be launched.
The specifics of the Element ownership organisation is not critical. The Package organisation shown is not intended as a formal "template" for your own projects, but some basic principles can be employed:
- Identify ValueTypes early on. They may or may not live in a top-level 'value' Package, they can be local to another Package or even owned by a Block.
- Identify exchange items (such as Signals) early on!
NetManager
(and a custom «person» NetOperator
associated with a RadioStation
).Notes
[MODELLING, NAVIGATION, PATTERN, TIP, TOOL]{STRONG} Webel: UML/SysML: Navigation: ALWAYS offer a way out of a diagram (usually up a hierarchy, but possibly across) using a navigable symbol (linked to a diagram) and/or a diagram symbol. Avoid "cul-de-sacs"! [But beware of shared package cross-dependencies]