buildMap() Operation for Arrays
Syntax |
NONE
| |||
---|---|---|---|---|
Semantics | Build a map from anArray. The operation returns a value of type Map. | |||
Substitutables | anArray | Can be any variable or object attribute having the type Array and having array elements of complex type. | ||
aKeyName | Name of the key attribute of the complex type in double quotes. | |||
Examples |
NONE
|
buildMap()
is a convenient method, if you need a map indexing an array.
Example File (Builder project E2E Action Language/Map):
<your example path>\E2E Action Language\map\uml\mapBenchmark.xml |