There are continuous instances where the actual parameters are not consistent with the formal parameters of the definition continuous diagram. Parameter bindings might be missing, or parameter types might be inconsistent.
In the figure, A22<A22
is a continuous instance with actual parameters
INT_1
,
INT_2
, and
INT_3
, all integers. As shown in the properties for this instance, the actual parameter
INT_3
is not bound to formal parameter
I3
, and an error is generated. Similarly, binding
I1
(a real) to
INT_1
(an integer) also generates this warning.