list of dots Digital Research Alliance of Canada logo  NSERC logo  University of Ottawa logo / UniversitĂ© d'Ottawa

User Manual    [Previous]   [Next]   

E028 Constraint Identifier Incorrect

Umple semantic error reported when an identifier (attribute, etc.) in a constraint cannot be found

Currently, 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