|
E018 Reflexive Immutable
[Previous]  [Next] 
|
![]() |
User Manual [Previous]  [Next] E018 Reflexive ImmutableUmple semantic error reported when an immutable reflexive association is declared as having 1 at the other endThis is a special case of the general rule that reflexive associations must have upper bounds greater than zero. Example
// The following example generates the error message
class X {
immutable;
0..1 -> 1 X other;
}
Load the above code into UmpleOnline |