You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given
Class A has a reference attribute to class B AND
Class B has no attribute to class A AND
Class A constructor has no importing parameter typed as a reference to class B *1
When
UML code is generated for class A
Then
Relation between classes should be
[A]->[B]
or
[B]<-[A]
*1 See #24 - when a method parameter is a reference to other class the relation should be a dependency not a simple association.
The text was updated successfully, but these errors were encountered:
Given
Class A has a reference attribute to class B AND
Class B has no attribute to class A AND
Class A constructor has no importing parameter typed as a reference to class B *1
When
UML code is generated for class A
Then
Relation between classes should be
[A]->[B]
or
[B]<-[A]
*1 See #24 - when a method parameter is a reference to other class the relation should be a dependency not a simple association.
The text was updated successfully, but these errors were encountered: