31 class TraceDetectionInterface;
34 typedef std::shared_ptr<const TraceDetectionInterface>
37 class TraceDetectionSinkInterface
43 class TraceDetectionInterface
46 virtual void detect(
const Trace &xic,
47 TraceDetectionSinkInterface &sink)
const = 0;