Interface SearchTrace

  • All Superinterfaces:
    ImmutableTrace

    public interface SearchTrace
    extends ImmutableTrace
    A trace contains information about processed data. A trace should conform to the trace model defined by Hansken. Unlike a Trace, the SearchTrace contains information about the searched trace. It is able to directly retrieve all the data contexts belonging to a searched trace. When data type is known a RandomAccessData can be retrieved directly.
    • Method Detail

      • getData

        RandomAccessData getData​(String type)
        Returns a RandomAccessData for a specific trace data type.
        Parameters:
        type - the data type of the data stream to be retrieved
        Returns:
        the data stream
      • getDataTypes

        List<String> getDataTypes()
        Returns all available data types for this search trace.
        Returns:
        available data types