Author Topic: .NET 2.0 Features in UML  (Read 4979 times)

yura_silver

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
.NET 2.0 Features in UML
« on: February 08, 2006, 01:35:47 am »
Is there any way to add new .NET 2.0 features (like generic types) to UML class diagram?
If no, will you add this feature to the following releases?

ulb

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: .NET 2.0 Features in UML
« Reply #1 on: February 08, 2006, 04:15:04 am »
Hi yura

Generics could be modeled as TemplateClasses.
The usage of generics are implementations expressed with bindings.

:-)

Ueli

yura_silver

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: .NET 2.0 Features in UML
« Reply #2 on: February 08, 2006, 05:16:14 am »
OK, thanks!
Looks like it is the answer for my question.

yura_silver

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: .NET 2.0 Features in UML
« Reply #3 on: February 09, 2006, 12:56:49 am »
OK, I have found how to create Template Classes. But is there any way to create generic (template) interface?

jnapier

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: .NET 2.0 Features in UML
« Reply #4 on: March 29, 2006, 07:04:27 pm »
I am wondering how to create a generic interface as well.  Is this possible?

Thanks.