E215 Template Parameter Not Available
|
![]() |
![]() ![]() ![]() User Manual [Previous] [Next]E215 Template Parameter Not AvailableUmple semantic error related to binding a template parameter of a trait which is not availableWhen using traits, we can bind types to template parameters. In the process of binding, we can just refer to the name of the parameters which are available. The Umple compiler detects cases in which there are template parameters that are not defined in a trait. Example
Load the above code into UmpleOnline |