public interface DfgSplitter
Modifier and Type | Interface and Description |
---|---|
static class |
DfgSplitter.DfgSplitResult |
Modifier and Type | Method and Description |
---|---|
DfgSplitter.DfgSplitResult |
split(Dfg dfg,
Cut cut,
DfgMinerState minerState)
usage: returns a list of sublogs and a multiset of noise events
Must be thread-safe and static, i.e, no side-effects allowed.
|
DfgSplitter.DfgSplitResult split(Dfg dfg, Cut cut, DfgMinerState minerState)
dfg
- cut
- minerState
-