0

enter image description here

For example if method A return either 0 or 1 .

If method A returns 1 then it should call method B.

How to visualize this in Class Diagram ?

elay221
  • 61
  • 8

1 Answers1

2

class diagrams are static diagrams, you can not show the behavior in a class diagram. You have to do a sequence or activity diagram.

see sparx tutorial or eclipse tutorial For your case, an opt combined fragment should do the job.

granier
  • 1,739
  • 13
  • 25