Modifier and Type | Method and Description |
---|---|
static JIPipeInputDataSlot |
JIPipeDataSlot.createSingletonSlot(JIPipeData data,
JIPipeGraphNode node)
Creates a new input slot that contains only one data item
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataBatchGenerationResult |
JIPipeGraphWrapperAlgorithm.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataBatchGenerationResult |
LoopStartNode.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JIPipeInputDataSlot |
JIPipeGraphNode.getFirstInputSlot()
Returns the first input slot according to the slot order.
|
JIPipeInputDataSlot |
JIPipeGraphNode.getInputSlot(String name)
Returns the input slot with the specified name.
|
JIPipeInputDataSlot |
JIPipeGraphNode.getLastInputSlot()
Returns the last input slot according to the slot order.
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getDataInputSlots()
Method that can be overwritten by child classes.
|
Map<String,JIPipeInputDataSlot> |
JIPipeGraphNode.getInputSlotMap()
Gets all input slot instances
|
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getInputSlots()
Returns all input slots ordered by the slot order
|
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getInputSlotsWithRole(JIPipeDataSlotRole role)
Gets all input slots that have the specified role
|
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getOpenInputSlots()
Returns all input slots that do not have data set.
|
Modifier and Type | Method and Description |
---|---|
JIPipeInputDataSlot |
JIPipeParameterSlotAlgorithm.getFirstInputSlot() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeInputDataSlot> |
JIPipeParameterSlotAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
JIPipeParameterSlotAlgorithm.getNonParameterInputSlots() |
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 |
---|---|
default List<JIPipeMultiIterationStep> |
JIPipeIterationStepAlgorithm.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo)
Deprecated.
use generateDataBatchesGenerationResult
|
JIPipeDataBatchGenerationResult |
JIPipeIterationStepAlgorithm.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo)
Generates iteration steps.
|
void |
JIPipeMultiIterationStepGenerator.setSlots(List<JIPipeInputDataSlot> slots) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphRunGCGraph.removeOutputToInputEdge(JIPipeDataSlot outputSlot,
JIPipeInputDataSlot inputSlot,
JIPipeProgressInfo progressInfo)
Removes a connection from the targeted output slot to the input, which will free up the output slot at some point
|
Constructor and Description |
---|
JIPipeDesktopDataBatchAssistantInputPreviewPanelTable(JIPipeDesktopDataBatchAssistantInputPreviewPanel previewPanel,
JIPipeInputDataSlot inputSlot,
boolean shouldLimitData) |
Modifier and Type | Method and Description |
---|---|
static void |
CellposeUtils.saveInputImages(JIPipeInputDataSlot inputSlot,
Set<Integer> inputRows,
boolean enable3D,
boolean enableMultiChannel,
Path io2DPath,
Path io3DPath,
List<CellposeImageInfo> runWith2D,
List<CellposeImageInfo> runWith3D,
JIPipeGraphNode executingNode,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeInputDataSlot> |
IteratingFormProcessorAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
SimpleIteratingFormProcessorAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
MergingFormProcessorAlgorithm.getDataInputSlots() |
Modifier and Type | Method and Description |
---|---|
JIPipeDataBatchGenerationResult |
IteratingFormProcessorAlgorithm.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
JIPipeDataBatchGenerationResult |
SimpleIteratingFormProcessorAlgorithm.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
JIPipeDataBatchGenerationResult |
MergingFormProcessorAlgorithm.generateDataBatchesGenerationResult(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
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 Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
JIPipeMultiIterationStep iterationStep,
JIPipeGraphNode node,
List<JIPipeInputDataSlot> effectiveInputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
static Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
JIPipeSingleIterationStep iterationStep,
JIPipeGraphNode node,
List<JIPipeInputDataSlot> effectiveInputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
static Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
List<JIPipeInputDataSlot> effectiveInputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
RUtils.inputSlotsToR(StringBuilder code,
Map<String,Path> inputSlotPaths,
List<JIPipeInputDataSlot> inputSlots) |
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.