Class CutFinderIMlc

  • All Implemented Interfaces:
    CutFinder

    public class CutFinderIMlc
    extends java.lang.Object
    implements CutFinder
    • Constructor Summary

      Constructors 
      Constructor Description
      CutFinderIMlc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Cut findCut​(IMLog log, IMLogInfo logInfo, MinerState minerState)
      Returns a cut, or null if none found.
      • Methods inherited from class java.lang.Object

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

      • CutFinderIMlc

        public CutFinderIMlc()
    • Method Detail

      • findCut

        public Cut findCut​(IMLog log,
                           IMLogInfo logInfo,
                           MinerState minerState)
        Description copied from interface: CutFinder
        Returns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.
        Specified by:
        findCut in interface CutFinder
        Returns: