Wednesday, 6 August 2014

Suppose a class acts an Actor in the problem domain, how to represent it in the static model?


            In this scenario you can use “stereotype”. Since stereotype is just a string that gives extra semantic to the particular entity/model element. It is given with in the <<  >>.

                        class A
                        << Actor>>
                        attributes
           
                        methods.


No comments:

Post a Comment