Uses of Class
org.processmining.variantfinder.models.trees.RuleSet
-
Packages that use RuleSet Package Description org.processmining.variantfinder.models.differences org.processmining.variantfinder.utils -
-
Uses of RuleSet in org.processmining.variantfinder.models.differences
Methods in org.processmining.variantfinder.models.differences that return RuleSet Modifier and Type Method Description RuleSetStatisticalDifference. getRules()Constructors in org.processmining.variantfinder.models.differences with parameters of type RuleSet Constructor Description StatisticalDifference(java.lang.Object tsElement, double frequency, RuleSet rules) -
Uses of RuleSet in org.processmining.variantfinder.utils
Methods in org.processmining.variantfinder.utils that return RuleSet Modifier and Type Method Description static RuleSetRengineUtils. buildTree(AnnotationElementXEvent annotationEvents, java.util.List<java.lang.String> attributes, TreeSettings settings)Synchronized method to build a tree using R.Methods in org.processmining.variantfinder.utils that return types with arguments of type RuleSet Modifier and Type Method Description static java.util.List<RuleSet>RengineUtils. analyzeElement(AnnotationElementXEvent annotationEvents, TreeSettings settings)
-