Book a Demo

Author Topic: Can it supprt delegation of operation ?????  (Read 8114 times)

mukesh

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Can it supprt delegation of operation ?????
« on: November 23, 2005, 01:21:43 am »

Does this product provide support for delegation in developing UML diagrams.

            Let me clarify my problem.

operation1()
{
            operation2();
}

            Here operation1 is delegating its responsibilities to operation2(may belong to different class).

             So, how can we represent such a condition in UML class diagram. In the standard way, this is representing by an anchor(operation2) from the operation1.

             Can we represent it & generate xmi file for this representation.

Thanks in advance.