Can I combine two different types of diagram in a single UML?

0 votes
asked Sep 26, 2022 in Question / help by Aditi
I am trying to create a detailed design for my project. For this, I want to use both component diagram and class diagram in my UML file. Is this possible? I am getting a 'syntax error' message when I try to combine the both.

But, I don't think there is a syntax error because the individual parts of the diagram work without any errors.

Regards,

Aditi

1 Answer

0 votes
answered Sep 26, 2022 by The-Lu (64,760 points)

Hello A.,

Could you test with adding:

allowmixing

Regards.

commented Sep 27, 2022 by anonymous
Hello The-Lu,

It works, thanks!

Regards
...