Class LoopLoop
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.reductionrules.LoopLoop
-
- All Implemented Interfaces:
EfficientTreeReductionRule
public class LoopLoop extends java.lang.Object implements EfficientTreeReductionRule
-
-
Constructor Summary
Constructors Constructor Description LoopLoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(EfficientTree tree, int loop)Apply the reduction rule on tree, on the node at position i.
-
-
-
Method Detail
-
apply
public boolean apply(EfficientTree tree, int loop)
Description copied from interface:EfficientTreeReductionRuleApply the reduction rule on tree, on the node at position i.- Specified by:
applyin interfaceEfficientTreeReductionRule- Returns:
- whether the tree was changed or not
-
-