E028 Constraint Identifier Incorrect
[Previous]  [Next] 
|
User Manual [Previous]  [Next] E028 Constraint Identifier IncorrectUmple semantic error reported when an identifier (attribute, etc.) in a constraint cannot be foundCurrently, constraints can refer to attributes in the current class; in the future they will be able to refer to other model elements. This message indicates that an identifier referenced in the constraint was not found. This is often just due to a typographical error, but it might be due to the current limitations of constraints. Example// This example generates the message class X28attrconsrnotdef { Integer a; [b > 5] } Load the above code into UmpleOnline |