Package | Description |
---|---|
org.processmining.recipes.statechart |
Modifier and Type | Method and Description |
---|---|
static RecipeProcess.GetArtifactMode |
RecipeProcess.GetArtifactMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecipeProcess.GetArtifactMode[] |
RecipeProcess.GetArtifactMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
RecipeProcess.getArtifact(RecipeArtifact<T> key,
RecipeProcess.GetArtifactMode mode)
Get the artifact for the given key.
|