public class EfficientTreeProject
extends java.lang.Object
| Constructor and Description |
|---|
EfficientTreeProject() |
| Modifier and Type | Method and Description |
|---|---|
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
project(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientTree,
short... keepActivities) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
project(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientTree,
java.lang.String... keepActivities)
Project a tree onto activities.
|
static DFA |
projectAndAutomatiseTree(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree system,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller,
java.lang.String... names)
Projects a tree and transforms it into an automaton
|
public static DFA projectAndAutomatiseTree(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree system, CompareParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller, java.lang.String... names) throws org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduce.ReductionFailedException, org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException, java.lang.CloneNotSupportedException
system - canceller - names - org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduce.ReductionFailedExceptionorg.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeExceptionjava.lang.CloneNotSupportedExceptionpublic static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree project(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientTree,
java.lang.String... keepActivities)
throws java.lang.CloneNotSupportedException
efficientTree - activity2short - keepActivities - java.lang.CloneNotSupportedExceptionpublic static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree project(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientTree,
short... keepActivities)
throws java.lang.CloneNotSupportedException
efficientTree - keepActivities - java.lang.CloneNotSupportedException