Interface DfgFallThrough

    • Method Detail

      • fallThrough

        org.processmining.processtree.Node fallThrough​(Dfg dfg,
                                                       org.processmining.processtree.ProcessTree tree,
                                                       DfgMinerState minerState)
        usage: returns a Node. Each (in)direct child of that Node must be attached to tree. Is allowed to return null, but there should at least be one fall-through that succeeds.
        Parameters:
        dfg -
        tree -
        minerState -
        Returns: