Tags and keywords
This diagram shows the Block
PercentageConversion
with a supporting ConstraintBlock PercentageConversionConstraint
:If you've followed the trail so far, this should be completely clear. The only noteworthy thing is that this conversion means the HumidifiedRoom
is "sending" a measurement of the humidity as a percentage HumidityPct
not a relative humidity.
Let's now see how the Humidifier
handles that HumidityPct
to try to reach a targetHumidityPct
.
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]