Interface SearchTrace
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionReturns aRandomAccessData
for a specific trace data type.Returns all available data types for this search trace.Methods inherited from interface org.hansken.plugin.extraction.api.ImmutableTrace
get, properties, traceId, types
-
Method Details
-
getData
Returns aRandomAccessData
for a specific trace data type.- Parameters:
type
- the data type of the data stream to be retrieved- Returns:
- the data stream
-
getDataTypes
Returns all available data types for this search trace.- Returns:
- available data types
-