Package | Description |
---|---|
org.hkijena.jipipe.api.nodes | |
org.hkijena.jipipe.extensions.python | |
org.hkijena.jipipe.extensions.r |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static void |
PythonUtils.addPostprocessorCode(StringBuilder code,
List<JIPipeOutputDataSlot> outputSlots) |
static void |
PythonUtils.extractOutputs(JIPipeDataBatch dataBatch,
Map<String,Path> outputSlotPaths,
List<JIPipeOutputDataSlot> outputSlots,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
static void |
PythonUtils.extractOutputs(JIPipeMergingDataBatch dataBatch,
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) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.