Book a Demo

Author Topic: parametrized type and binding specification  (Read 1982 times)

confucius

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
parametrized type and binding specification
« on: January 11, 2007, 03:37:04 am »
Hello all,

I am defining a parametrized type via a Class Diagram, say LinkedList<T>, and I want to create a class LinkedList<Shape> depending on the former. Following the UML spec, the dependency between the two classes is described by a dependency link with a <<bind>> stereotype. The binding of T with Shape should appear next to the stereotype and written  <T -> Shape>.  Which dialog/menu/ ... allows me to define  this binding graphically ?

thanx a lot.