Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Unidirectional Association #18

Open
fabiopagoti opened this issue Dec 24, 2013 · 0 comments
Open

Show Unidirectional Association #18

fabiopagoti opened this issue Dec 24, 2013 · 0 comments

Comments

@fabiopagoti
Copy link
Owner

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.

@ghost ghost assigned fabiopagoti Dec 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant