Book a Demo

Author Topic: How to use qualified collection classes?  (Read 1974 times)

jbvo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to use qualified collection classes?
« on: March 11, 2009, 07:24:05 pm »
Is it possible to define a qualified collection class in a similar way to the ordered collection class? Like with the #TYPE# keyword?

Example: define a dictionary of words, each entry is identified by the word it is defining and points to the explanation of that word. Now in C++ I could represent the dictionary as a map<string,string>, in C# it's even explicitly called a dictionary: System.Collection.Generic.Dictionary<string,string>.

Is there a way to represent a solution like this in EA using qualified relationships?
« Last Edit: March 12, 2009, 02:11:11 am by jbvo »