Book a Demo

Author Topic: Template Binding and Interfaces  (Read 1912 times)

Carl

  • EA User
  • **
  • Posts: 24
  • Karma: +1/-0
    • View Profile
Template Binding and Interfaces
« on: July 24, 2023, 12:28:30 am »
Hi,

This might be a UML problem.

I was trying to bind a class that implemented an interface to a parameterized class.  I saw the interface selected when I went to bind, but not the implementation.

This is what I'm trying to do if everything were classes



I'd like to do this with a class that implements UserStorageProvider: RAMUserStorageProvider.  In EA, when I search for this, I see UserStorageProvider (the interface) but not the RAMUserStorageProvider which realizes UserStorageProvider.



I expected RAMUserStorageProvider to be eligible for the assignment but figure I might be misunderstanding something UML-wise.

Thanks,
Carl

« Last Edit: July 24, 2023, 12:38:12 am by Carl »