Community
Participate
Working Groups
The TmfEvent class doesn't provide an API to retrieve the parent trace. For a given TmfEvent, it's currently not possible to know which trace it came from. This is especially relevant when dealing with experiments with multiple traces. The TmfEvent class needs to be extended to provide this API.
This was fixed in the new TMF Event Model. The TmfEvent class now provides the following method: - public ITmfTrace<?> getTrace()
Delivered in 0.10.0