kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1319] TraceAnalysisTool: get equivalence class for each trace (ID) #2767

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-1319 TraceAnalysisTool: get equivalence class for each trace (ID) Original Reporter: Andre van Hoorn


Currently, the trace equivalence analysis produces the set of equivalent classes including a class ID, the cardinality (number of traces complying to this class), the length of the trace (number of executions), the stack depth, and the trace ID of a representative trace.

However, we currently don't have the opportunity to extract all trace IDs of traces contained in a certain class. I see two options for output:
1. For each class, output the IDs of contained traces
2. For each trace, include the ID of the equivalence class