Class SimpleDfgBaseCaseFinder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.processtree.Node findBaseCases​(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)
      usage: if there is no base case in this log, returns null if there is a base case, returns a Node.
      • Methods inherited from class java.lang.Object

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

      • SimpleDfgBaseCaseFinder

        public SimpleDfgBaseCaseFinder()
    • Method Detail

      • findBaseCases

        public org.processmining.processtree.Node findBaseCases​(Dfg dfg,
                                                                org.processmining.processtree.ProcessTree tree,
                                                                DfgMinerState minerState)
        Description copied from interface: DfgBaseCaseFinder
        usage: if there is no base case in this log, returns null if there is a base case, returns a Node. Each (in)direct child of that Node must be attached to tree. Must be thread-safe and static, i.e, no side-effects allowed.
        Specified by:
        findBaseCases in interface DfgBaseCaseFinder
        Returns: