Modifier and Type | Class and Description |
---|---|
class |
RecipeArtifactD1<T,F>
Recipe artifact key Veriant: one dependency
|
class |
RecipeArtifactD2<T,F1,F2>
Recipe artifact key Veriant: two dependencies
|
Modifier and Type | Method and Description |
---|---|
RecipeArtifact<F> |
RecipeArtifactD1.getDependentArtifact() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.lang3.tuple.Pair<RecipeArtifact<F1>,RecipeArtifact<F2>> |
RecipeArtifactD2.getDependentArtifacts() |
org.apache.commons.lang3.tuple.Pair<RecipeArtifact<F1>,RecipeArtifact<F2>> |
RecipeArtifactD2.getDependentArtifacts() |
Modifier and Type | Method and Description |
---|---|
<T> T |
RecipeProcess.computeArtifact(RecipeArtifact<T> key)
(Re-)compute artifact for the given key.
|
<T> T |
RecipeProcess.computeArtifact(RecipeArtifact<T> key,
boolean unsetResults)
(Re-)compute artifact for the given key.
|
<T> T |
RecipeProcess.getArtifact(RecipeArtifact<T> key)
Get with default mode - compute if necessary and unset results
|
<T> T |
RecipeProcess.getArtifact(RecipeArtifact<T> key,
RecipeProcess.GetArtifactMode mode)
Get the artifact for the given key.
|
<T> T |
RecipeProcess.getRecipe(RecipeArtifact<IEPTree> key) |
boolean |
RecipeProcess.hasArtifact(RecipeArtifact<?> key) |
<T> void |
RecipeProcess.setArtifact(RecipeArtifact<T> key,
T artifact)
Set with default mode - don't retrieve connected and unset results
|
<T> void |
RecipeProcess.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode)
Set the result artifact for the given key.
|
void |
RecipeProcess.unsetArtifact(RecipeArtifact<?> key)
Unset the artifact and all depending artifacts for the given key.
|
Constructor and Description |
---|
RecipeArtifactD1(RecipeArtifact<F> dependency) |
RecipeArtifactD2(RecipeArtifact<F1> dep1,
RecipeArtifact<F2> dep2) |
RecipeArtifactD2(RecipeArtifact<F1> dep1,
RecipeArtifact<F2> dep2) |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifact<org.deckfour.xes.model.XLog> |
CancellationArtifacts.LogOriginal |
Modifier and Type | Field and Description |
---|---|
Signal2<CancellationModel,RecipeArtifact<?>> |
CancellationModel.SignalDataChanged |
Modifier and Type | Method and Description |
---|---|
<T> void |
CancellationModel.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode) |
void |
CancellationModel.unsetArtifact(RecipeArtifact<?> key) |
Modifier and Type | Method and Description |
---|---|
RecipeArtifact<com.kitfox.svg.SVGDiagram> |
ModelVisualization.getVisArtifact() |
Modifier and Type | Method and Description |
---|---|
<T> void |
DiscoveryWorkbenchController.exportObject(RecipeArtifact<T> recipe,
java.lang.Class<? super T> type,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifact<org.deckfour.xes.model.XLog> |
WorkbenchArtifacts.LogOriginal |
Modifier and Type | Field and Description |
---|---|
Signal2<WorkbenchModel,RecipeArtifact<?>> |
WorkbenchModel.SignalDataChanged |
Modifier and Type | Method and Description |
---|---|
<T> void |
WorkbenchModel.setArtifact(RecipeArtifact<T> key,
T artifact,
RecipeProcess.SetArtifactMode mode) |
void |
WorkbenchModel.unsetArtifact(RecipeArtifact<?> key) |