Interface FallThrough
-
- All Known Implementing Classes:
FallThroughActivityConcurrent,FallThroughActivityOncePerTraceConcurrent,FallThroughFlowerWithEpsilon,FallThroughFlowerWithoutEpsilon,FallThroughIM,FallThroughIMlc,FallThroughSaveLog,FallThroughTauLoop,FallThroughTauLoopStrict
public interface FallThrough
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.processmining.processtree.NodefallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)usage: returns a Node.
-
-
-
Method Detail
-
fallThrough
org.processmining.processtree.Node fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState 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:
log-logInfo-tree-minerState-- Returns:
-
-