How to attribute an interface to a class in Visio UML model

umlvisio

I have created a UML model in Visio 2010. I have created several classes and interfaces. In the UML model, how do I configure one of my classes to implement one of my interfaces? In other words, how do I configure interface realization on one of my classes in the model? I can show the realization in a class diagram by connecting the interface lollipop to the class but this does not help establish the realization in the model itself.

Best Answer

According to this SuperUser answer : https://superuser.com/questions/240098/microsoft-visio-2010-umlclass-interfaces

Open Model Explorer toolbar (if it isn't already open) and you'll see your interface there. Drag it again to the page and connect to the new class.

Related Topic