Uses of Class
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
-
-
Uses of UnknownTreeNodeException in org.processmining.plugins.InductiveMiner.conversion
Methods in org.processmining.plugins.InductiveMiner.conversion that throw UnknownTreeNodeException Modifier and Type Method Description static voidReduceTree. reduceChildrenOf(org.processmining.processtree.Block node, EfficientTreeReduceParameters reduceParameters)org.processmining.processtree.ProcessTreeReduceTree. reduceCollapsedTree(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree)org.processmining.processtree.ProcessTreeReduceTree. reduceTree(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree)static org.processmining.processtree.ProcessTreeReduceTree. reduceTree(org.processmining.processtree.ProcessTree tree, EfficientTreeReduceParameters reduceParameters) -
Uses of UnknownTreeNodeException in org.processmining.plugins.InductiveMiner.efficienttree
Methods in org.processmining.plugins.InductiveMiner.efficienttree that throw UnknownTreeNodeException Modifier and Type Method Description booleanEfficientTreeReductionRule. apply(EfficientTree tree, int node)Apply the reduction rule on tree, on the node at position i.static booleanEfficientTreeMetrics. canOnlyProduceTau(EfficientTree tree, int node)static booleanEfficientTreeMetrics. canProduceSingleActivity(EfficientTree tree, int node, int activity)static booleanEfficientTreeMetrics. canProduceTau(EfficientTree tree, int node)static EfficientTreeProcessTree2EfficientTree. convert(org.processmining.processtree.Node node)Convert a process tree node to a efficient treestatic EfficientTreeProcessTree2EfficientTree. convert(org.processmining.processtree.ProcessTree processTree)Convert a process tree into a efficient treestatic longEfficientTreeMetrics. getShortestTrace(EfficientTree tree, int node)static booleanEfficientTreeMetrics. onlyEmptyTrace(EfficientTree tree, int node)static voidEfficientTreeReduce. reduce(EfficientTree tree)static voidEfficientTreeReduce. reduce(EfficientTree tree, EfficientTreeReduceParameters reduceParameters)voidEfficientTreeImpl. toString(int node, java.lang.StringBuilder result)static booleanEfficientTreeMetrics. traceLengthAtMostOne(EfficientTree tree, int node)static Triple<int[],gnu.trove.map.TObjectIntMap<java.lang.String>,java.lang.String[]>ProcessTree2EfficientTree. tree2efficientTree(org.processmining.processtree.Node node)Convert a process tree into a efficient tree -
Uses of UnknownTreeNodeException in org.processmining.plugins.InductiveMiner.efficienttree.reductionrules
Methods in org.processmining.plugins.InductiveMiner.efficienttree.reductionrules that throw UnknownTreeNodeException Modifier and Type Method Description booleanAnd2Or. apply(EfficientTree tree, int node)booleanIntShortLanguage. apply(EfficientTree tree, int node)booleanLoopATauTau2flower. apply(EfficientTree tree, int loop)booleanLoopTau. apply(EfficientTree tree, int node)booleanLoopTauATau2flower. apply(EfficientTree tree, int loop)Deprecated.booleanOrXorTau. apply(EfficientTree tree, int node)booleanXorDoubleSingleChild. apply(EfficientTree tree, int node)booleanXorTauTau. apply(EfficientTree tree, int node) -
Uses of UnknownTreeNodeException in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor that throw UnknownTreeNodeException Modifier and Type Method Description static UpToKSuccessorMatrixUpToKSuccessor. fromNode(org.processmining.processtree.Node node) -
Uses of UnknownTreeNodeException in org.processmining.plugins.InductiveMiner.mining.interleaved
Methods in org.processmining.plugins.InductiveMiner.mining.interleaved that throw UnknownTreeNodeException Modifier and Type Method Description static org.processmining.processtree.BlockDetectInterleaved. remove(MaybeInterleaved node, EfficientTreeReduceParameters reduceParameters)
-