Reputation: 14426
I am given this class diagram. But trying to understand the symbols and pointers it has. I googled it for similar images. But no luck.
Can anyone tell me what tool is used to generate this image? (Doesn't seem to be UML). I need to understand the relationship and what each symbol means in this pic.
Upvotes: 0
Views: 267
Reputation: 4942
Browsing the web I found .NET Visualizer which uses very similar icons. Probably your diagram originates from a different version of this tool
Upvotes: 3
Reputation: 703
Looks like an UML class diagram to me. It's a bit hard to tell with so much crossed out, but I'm guessing the regular -> arrows are use relationships, while the triangular arrows are inherit/implement relations; so standard UML.
Upvotes: 0