Interface LogSplitter
-
- All Known Implementing Classes:
LogSplitterCombination,LogSplitterIMi,LogSplitterIMlc,LogSplitterIMpt,LogSplitterInterleavedFiltering,LogSplitterLoop,LogSplitterLoopIMpt,LogSplitterMaybeInterleaved,LogSplitterOr,LogSplitterParallel,LogSplitterSequenceFiltering,LogSplitterSequenceFilteringIMpt,LogSplitterXor,LogSplitterXorFiltering
public interface LogSplitter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogSplitter.LogSplitResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogSplitter.LogSplitResultsplit(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)usage: returns a list of sublogs and a multiset of noise events Must be thread-safe and abstract, i.e, no side-effects allowed.
-
-
-
Method Detail
-
split
LogSplitter.LogSplitResult split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
usage: returns a list of sublogs and a multiset of noise events Must be thread-safe and abstract, i.e, no side-effects allowed.- Parameters:
log-logInfo-cut-minerState-- Returns:
-
-