Modifier and Type | Method and Description |
---|---|
JIPipeOutputDataSlot |
JIPipeGraphNode.getFirstOutputSlot()
Returns the first output slot according to the slot order.
|
JIPipeOutputDataSlot |
JIPipeGraphNode.getLastOutputSlot()
Returns the last output slot according to the slot order.
|
JIPipeOutputDataSlot |
JIPipeGraphNode.getOutputSlot(String name)
Returns the output slot with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeOutputDataSlot> |
JIPipeGraphNode.getOutputSlotMap()
Gets all output slot instances
|
List<JIPipeOutputDataSlot> |
JIPipeGraphNode.getOutputSlots()
Returns all output slots ordered by the slot order
|
List<JIPipeOutputDataSlot> |
JIPipeGraphNode.getOutputSlotsWithRole(JIPipeDataSlotRole role)
Gets all input slots that have the specified role
|
Modifier and Type | Method and Description |
---|---|
protected JIPipeOutputDataSlot |
JIPipeIteratingMissingDataGeneratorAlgorithm.getCorrespondingOutputSlot(JIPipeDataSlot inputSlot)
Gets the output slot that correspond to the input slot.
|
protected JIPipeOutputDataSlot |
JIPipeMissingDataGeneratorAlgorithm.getCorrespondingOutputSlot(JIPipeDataSlot inputSlot)
Gets the output slot that correspond to the input slot.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JIPipeIteratingMissingDataGeneratorAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Generates data and puts the output into the specified output slot
|
protected abstract void |
JIPipeMissingDataGeneratorAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Generates data and puts the output into the specified output slot
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
Modifier and Type | Method and Description |
---|---|
JIPipeOutputDataSlot |
JIPipeGraphRunGCGraph.GCEvent.getSlot() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphRunGCGraph.removeNodeToOutputEdge(JIPipeOutputDataSlot outputDataSlot,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
GCEvent(JIPipeGraphRunGCGraph source,
JIPipeOutputDataSlot slot) |
Modifier and Type | Method and Description |
---|---|
protected void |
DrawMaskAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
DrawROIAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenerateMissingTablesAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Deprecated.
|
protected void |
GenerateMissingTablesAlgorithm2.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
GenerateMissingZeroImage.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
GenerateMissingImageFromMathExpression2D.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenerateMissingRoiListsAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
PythonUtils.addPostprocessorCode(StringBuilder code,
List<JIPipeOutputDataSlot> outputSlots) |
static void |
PythonUtils.extractOutputs(JIPipeMultiIterationStep iterationStep,
Map<String,Path> outputSlotPaths,
List<JIPipeOutputDataSlot> outputSlots,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
static void |
PythonUtils.extractOutputs(JIPipeSingleIterationStep iterationStep,
Map<String,Path> outputSlotPaths,
List<JIPipeOutputDataSlot> outputSlots,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
static void |
PythonUtils.extractOutputs(Map<String,Path> outputSlotPaths,
List<JIPipeOutputDataSlot> outputSlots,
JIPipeProgressInfo progressInfo) |
static Map<String,Path> |
PythonUtils.installOutputSlots(StringBuilder code,
List<JIPipeOutputDataSlot> outputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
static void |
PythonUtils.outputSlotsToPython(StringBuilder code,
List<JIPipeOutputDataSlot> outputSlots,
Map<String,Path> outputSlotPaths) |
Modifier and Type | Method and Description |
---|---|
static void |
RUtils.outputSlotsToR(StringBuilder code,
List<JIPipeOutputDataSlot> outputSlots,
Map<String,Path> outputSlotPaths) |
Modifier and Type | Method and Description |
---|---|
protected void |
UsePlaceholderForMissingDataAlgorithm.runGenerator(JIPipeMultiIterationStep iterationStep,
JIPipeInputDataSlot inputSlot,
JIPipeOutputDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.