Class SimpleDfgSplitter

  • All Implemented Interfaces:
    DfgSplitter

    public class SimpleDfgSplitter
    extends java.lang.Object
    implements DfgSplitter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleDfgSplitter

        public SimpleDfgSplitter()