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
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