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 Realization (Interface Implementation) Top-Botton #22

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

Show Realization (Interface Implementation) Top-Botton #22

fabiopagoti opened this issue Dec 24, 2013 · 0 comments

Comments

@fabiopagoti
Copy link
Owner

Currently realization is represented when yuml code is generated for a implementing class. However when a implemented interface is specified its implementing classes are not shown.

Scenario 1 - Single implementing class

Given
Class CL_IMP1 implements interface IF_A

When
yUML code is generated for interface IF_A

Then
Realization should be represented as
[IF_A]^-.-[CL_IMP1]

Scenario 2 - Multiple implementing classes

Given
Class CL_IMP1 implements interface IF_A AND
Class CL_IMP2 implements interface IF_A AND
Class CL_IMP3 implements interface IF_A

When
yUML code is generated for interface IF_A

Then
Realization should be represented as
[IF_A]^-.-[CL_IMP1]
[IF_A]^-.-[CL_IMP2]
[IF_A]^-.-[CL_IMP3]

@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