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 |
---|---|
List<JIPipeMergingDataBatch> |
GraphWrapperAlgorithm.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeMergingDataBatch> |
LoopStartNode.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeInputDataSlot |
JIPipeParameterSlotAlgorithm.getFirstInputSlot() |
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> |
JIPipeParameterSlotAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getDataInputSlots()
Method that can be overwritten by child classes.
|
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> |
JIPipeParameterSlotAlgorithm.getNonParameterInputSlots() |
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getOpenInputSlots()
Returns all input slots that do not have data set.
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeInputDataSlot> |
MergingFormProcessorAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
SimpleIteratingFormProcessorAlgorithm.getDataInputSlots() |
List<JIPipeInputDataSlot> |
IteratingFormProcessorAlgorithm.getDataInputSlots() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeMergingDataBatch> |
MergingFormProcessorAlgorithm.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
List<JIPipeMergingDataBatch> |
SimpleIteratingFormProcessorAlgorithm.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
List<JIPipeMergingDataBatch> |
IteratingFormProcessorAlgorithm.generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
JIPipeDataBatch dataBatch,
JIPipeGraphNode node,
List<JIPipeInputDataSlot> effectiveInputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
static Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
JIPipeMergingDataBatch dataBatch,
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) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.