(C3059) Generic instances with inconsistent parameter binding
There is inconsistency between the actual bindings in the instance box and the defined, formal parameters in the generic chart.A generic activity chart has a formal parameterX
, which is defined as an integer. An activity chart contains an instance of this generic chart and has an actual parameterX1
, which is bound toX
. The actual parameterX1
is defined as a condition and is, therefore, inconsistent with the formal parameter definition.