Class LoopATauTau2flower
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.reductionrules.LoopATauTau2flower
-
- All Implemented Interfaces:
EfficientTreeReductionRule
public class LoopATauTau2flower extends java.lang.Object implements EfficientTreeReductionRule
-
-
Constructor Summary
Constructors Constructor Description LoopATauTau2flower()
-
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) throws UnknownTreeNodeException
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
- Throws:
UnknownTreeNodeException
-
-