Closed rju closed 1 week ago
author Jan Waller -- Fri, 3 May 2013 08:57:35 +0200
Reiner Jung:
This would be a scenario for model driven generation of records (and probes).
author rju -- Wed, 31 Jul 2013 12:42:58 +0200
I will address this in conjunction with the KIEKER-953 Done in a proposal and a discussion ticket.
author rju -- Wed, 6 Aug 2014 22:26:19 +0200
The IRL supports arrays already. Maybe this can be fixed. If not, it should be specified how this feature should be realized. For example, associative arrays.
author André van Hoorn -- Thu, 4 Sep 2014 16:36:17 +0200
Topic for 1.11.
author nils-christian -- Mon, 23 Feb 2015 16:34:46 +0100
We discuss this after the release.
author rju -- Fri, 4 Sep 2015 11:25:08 +0200
Is this not the same as KIEKER-1040 Done ?
author André van Hoorn -- Thu, 17 Sep 2015 13:31:54 +0200
The issue has been resolved thanks to the IRL and the generator.
See also (comment from a time before we had the IRL):
Replying to [jwa|comment:1]:
> Reiner Jung:
> This would be a scenario for model driven generation of records (and probes).
JIRA Issue: KIEKER-1322 Convenience (abstract) implementation for record types with many attributes Original Reporter: Andre van Hoorn
We needed to create a record with many attributes (in this case 64). This is, of course, possible with Kieker --- however quite cumbersome. We hacked the below-listed implementation based on enums and HashMaps, which is certainly not in its final shape (and may contain bugs we will discover ). Also, we have to see how the implementation (including serialization/deserialization; access to attribute values) performs because the underlying raw data to be imported to and processed by Kieker is a number of GBs large.
But: There might be a potential to generalize things.