Package | Description |
---|---|
org.processmining.recipes.statechart | |
org.processmining.ui.statechart.cancellation.model | |
org.processmining.ui.statechart.workbench.model |
Modifier and Type | Method and Description |
---|---|
<F1,F2,T> void |
RecipeProcess.setRecipe(RecipeArtifactD2<T,F1,F2> key,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<F1,F2>,T> fnc)
Set recipe with default behavior: unset artifacts
|
<F1,F2,T> void |
RecipeProcess.setRecipe(RecipeArtifactD2<T,F1,F2> key,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<F1,F2>,T> fnc,
boolean unsetArtifact)
Set the recipe function for the given key Variant: key has two
dependencies, the input pair for the recipe function
|
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD2<FitnessPrecision,org.deckfour.xes.model.XLog,PetrinetDecorated> |
CancellationArtifacts.Metrics |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD2<XAlignedTreeLog,org.deckfour.xes.model.XLog,IEPTree> |
WorkbenchArtifacts.AlignedLog |
static RecipeArtifactD2<IEPTree,XAlignedTreeLog,IEPTree> |
WorkbenchArtifacts.AlignedTree |
static RecipeArtifactD2<java.util.Set<java.lang.String>,org.deckfour.xes.model.XLog,HierarchyActivityInfo> |
WorkbenchArtifacts.CancelOracleInput |
static RecipeArtifactD2<com.kitfox.svg.SVGDiagram,IEPTree,Statechart> |
WorkbenchArtifacts.StatechartSVG |
static RecipeArtifactD2<IEPTree,IEPTree,IEPTree> |
WorkbenchArtifacts.Tree2VisSwitch |