Book a Demo

Author Topic: Parameterized interfaces?  (Read 11289 times)

Stephen Slezic

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Parameterized interfaces?
« on: May 29, 2009, 04:45:48 am »
I attempted to find any posts on this topic, but the search function returned nothing.

My problem are parameterized interfaces, or lack there of. In C# one can create generic interfaces. Since there is no Details tab available under properties for an interface object, I could figure out no way of parameterizing my interface. And reverse engineered C# code that has a generic interface resulted in a plain interface definition within EA.

Am I missing something? Is this not possible to express in UML?


Stephen
(@)

jkorman

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-0
    • View Profile
Re: Parameterized interfaces?
« Reply #1 on: June 04, 2009, 04:11:36 am »
You're probably in the same boat with C# as the Java folks. EA does not support generics... yet.

Jim