Class XorTauTauLoop2flowerRevert
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.reductionrules.XorTauTauLoop2flowerRevert
-
- All Implemented Interfaces:
EfficientTreeReductionRule
public class XorTauTauLoop2flowerRevert extends java.lang.Object implements EfficientTreeReductionRule
-
-
Constructor Summary
Constructors Constructor Description XorTauTauLoop2flowerRevert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(EfficientTree tree, int node)Apply the reduction rule on tree, on the node at position i.
-
-
-
Method Detail
-
apply
public boolean apply(EfficientTree tree, int node)
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
-
-