Hi, you could define a feature structure e.g.
StringStringMapEntry {
String key
String value
}
and store these in an FSList. Then, write additional convenience code around
that
which transforms this to/from a Map<String, String>.
-- Richard
On 16.10.2013, at 17:55, Dr. Armin Wegner <[email protected]> wrote:
> Hi,
>
> I'd like to have a type feature that is a list of key-value pairs. The
> number of pairs is unknown. What's best for this? Is it even possible?
>
> Thanks,
> Armin
