EMF (OCL) concatenate two enumerations into one

60 views Asked by At

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!

0

There are 0 answers