1

I wonder if EMF has a possibility to concatenate two enumerations into one? I am building model representing card game, and I have two enumerations of Ranks and Suits in class Card. I would like to create combined enumeration in class Deck. Is there any way to approach that?

Thank you a lot in advance!

Bubuta
  • 13
  • 6
  • This might be solution: Add to your model object a derived property or and operation that returns the desired type of iterable. Write normal Java code that implements the derived property. – Lii Dec 21 '18 at 19:09

0 Answers0