E025 Sort Key Not Found
[Previous]  [Next] 
|
User Manual [Previous]  [Next] E025 Sort Key Not FoundUmple semantic error reported when a sort key for a sorted association is not an attribute of the destination classThe sort key of a sorted association must be one of the attributes of the class at the other end of the association. Example// This example generates the error message class X { * -- 1 Y sorted {nom}; } class Y { name; } Load the above code into UmpleOnline |