Package | Description |
---|---|
org.processmining.recipes.statechart | |
org.processmining.ui.statechart.cancellation.model | |
org.processmining.ui.statechart.workbench.model |
Modifier and Type | Method and Description |
---|---|
static RecipeProcess.SetArtifactMode |
RecipeProcess.SetArtifactMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecipeProcess.SetArtifactMode[] |
RecipeProcess.SetArtifactMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
RecipeProcess.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode)
Set the result artifact for the given key.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
CancellationModel.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode) |
Modifier and Type | Method and Description |
---|---|
<T> void |
WorkbenchModel.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode) |