Class DfgFallThroughStrictTauLoop
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough.DfgFallThroughStrictTauLoop
-
- All Implemented Interfaces:
DfgFallThrough
public class DfgFallThroughStrictTauLoop extends java.lang.Object implements DfgFallThrough
-
-
Constructor Summary
Constructors Constructor Description DfgFallThroughStrictTauLoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.processtree.NodefallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)usage: returns a Node.
-
-
-
Method Detail
-
fallThrough
public org.processmining.processtree.Node fallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)
Description copied from interface:DfgFallThroughusage: 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.- Specified by:
fallThroughin interfaceDfgFallThrough- Returns:
-
-