1

I am trying to add template parameter to class without any success.
I want to make class that have template parameter like Range<T>.

Those Papyrus support that?

nrofis
  • 8,975
  • 14
  • 58
  • 113

1 Answers1

0

Yes it does, but trough the graphical editor its a bit tricky.

i suggest you to read [1] and use the UML tree editor and reload the graphical view afterward.

Generics in UML is not as simple as it could be in Java.

[1] http://www.eclipse.org/articles/article.php?file=Article-Defining-Generics-with-UML-Templates/index.html

Arcadien
  • 2,258
  • 16
  • 26