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 |
---|---|
int |
JIPipeMergingDataBatch.compareTo(JIPipeMergingDataBatch o) |
protected abstract void |
JIPipeIteratingMissingDataGeneratorAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Generates data and puts the output into the specified output slot
|
protected abstract void |
JIPipeMissingDataGeneratorAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Generates data and puts the output into the specified output slot
|
protected abstract void |
JIPipeSingleIterationAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
protected void |
JIPipeIteratingMissingDataGeneratorAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
protected abstract void |
JIPipeMergingAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
protected void |
JIPipeMissingDataGeneratorAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Runs code on one data row
|
protected void |
JIPipeSingleIterationAlgorithm.runPassThrough(JIPipeProgressInfo progressInfo,
JIPipeMergingDataBatch dataBatch)
A pass-through variant for merging algorithms.
|
protected void |
JIPipeMergingAlgorithm.runPassThrough(JIPipeProgressInfo progressInfo,
JIPipeMergingDataBatch dataBatch)
A pass-through variant for merging algorithms.
|
Modifier and Type | Method and Description |
---|---|
static List<JIPipeDataBatch> |
JIPipeMergingDataBatchBuilder.convertMergingToSingleDataBatches(List<JIPipeMergingDataBatch> mergingDataBatches)
Builds a single data batch where each slot only can have one row
|
Constructor and Description |
---|
JIPipeMergingDataBatch(JIPipeMergingDataBatch other)
Creates a copy
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConvertToAnnotationTable.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
CellposeUtils.extractCellposeOutputs(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo,
Path outputRoiOutline,
Path outputLabels,
Path outputFlows,
Path outputProbabilities,
Path outputStyles,
List<JIPipeTextAnnotation> annotationList,
CellposeSegmentationOutputSettings_Old outputParameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
CellposeAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm_Old.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Deprecated.
|
protected void |
CellposeAlgorithm_Old.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExportDataTableByParameter.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
ExportDataTable.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
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 void |
IteratingFormProcessorAlgorithm.extractRestoredAnnotations(JIPipeMergingDataBatch dataBatch,
Map<String,JIPipeTextAnnotation> preFormAnnotations,
JIPipeDataSlot inputSlot,
int row,
List<JIPipeTextAnnotation> annotations)
Extracts original annotations into the annotation list
|
Modifier and Type | Method and Description |
---|---|
void |
IntegerFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
DoubleFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
EnumFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
BooleanFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
GroupHeaderFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
StringFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
PathFormData.loadData(JIPipeMergingDataBatch dataBatch) |
abstract void |
FormData.loadData(JIPipeMergingDataBatch dataBatch)
This method is called by the form processor nodes on loading data into this form.
|
void |
IntegerFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
DoubleFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
EnumFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
BooleanFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
GroupHeaderFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
StringFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
PathFormData.writeData(JIPipeMergingDataBatch dataBatch) |
abstract void |
FormData.writeData(JIPipeMergingDataBatch dataBatch)
This method should write any changes into the data batch
|
Constructor and Description |
---|
FormsDialog(JIPipeWorkbench workbench,
List<JIPipeMergingDataBatch> dataBatchList,
JIPipeDataSlot originalForms,
String tabAnnotation) |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiTemplateMatchingAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeSpotsNode.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeTracksNode.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
Merge2DToHyperstackAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
StackToDimensionMergerAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
InputImagesToMontage.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
CreateStackAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
MaskDrawerFormData.loadData(JIPipeMergingDataBatch dataBatch) |
void |
ROIDrawerFormData.loadData(JIPipeMergingDataBatch dataBatch) |
protected void |
DrawROIAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
DrawMaskAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
void |
MaskDrawerFormData.writeData(JIPipeMergingDataBatch dataBatch) |
void |
ROIDrawerFormData.writeData(JIPipeMergingDataBatch dataBatch) |
Constructor and Description |
---|
MaskDrawerFormData(List<JIPipeMergingDataBatch> dataBatches,
DrawMaskAlgorithm drawMaskAlgorithm) |
ROIDrawerFormData(List<JIPipeMergingDataBatch> dataBatches,
DrawROIAlgorithm drawROIAlgorithm) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenerateMissingImageFromMathExpression2D.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
GenerateMissingTablesAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
GenerateMissingZeroImage.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
RunImageJExporterAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
ExportTableAsXLSXAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
AssembleExtractedROIAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenerateMissingRoiListsAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CountROIAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeRoiListsAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
AddRoiListsAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransformEqualCanvasSize2DAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
UnTileImage2DAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
UploadOMEROImageAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
UploadOMEROTableAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
OmniposeAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
OmniposeTrainingAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlotTables2Algorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
PlotTablesAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
PythonUtils.extractOutputs(JIPipeMergingDataBatch dataBatch,
Map<String,Path> outputSlotPaths,
List<JIPipeOutputDataSlot> outputSlots,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
static Map<String,Path> |
PythonUtils.installInputSlots(StringBuilder code,
JIPipeMergingDataBatch dataBatch,
JIPipeGraphNode node,
List<JIPipeInputDataSlot> effectiveInputSlots,
Path workDirectory,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergingJythonScriptAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
MergingPythonScriptAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergingRScriptAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeTableRowsAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
MergeTableColumnsSimpleAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
MergeColumnsAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
UsePlaceholderForMissingDataAlgorithm.runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo) |
protected void |
DataBatchSlicer.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeDataToTableAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
DistributeDataRandomlyByCountAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
protected void |
DistributeDataRandomlyByPercentageAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
RunProcessMergingAlgorithm.runIteration(JIPipeMergingDataBatch dataBatch,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
DataBatchBrowserUI(JIPipeWorkbench workbenchUI,
JIPipeMergingDataBatch dataBatch) |
DataBatchTree(JIPipeWorkbench workbenchUI,
JIPipeMergingDataBatch dataBatch) |
DataBatchUI(JIPipeProjectWorkbench workbenchUI,
JIPipeGraphNode node,
JIPipeMergingDataBatch batch) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeMergingDataBatch> |
JIPipeSimpleDataBatchTableUI.getDataBatchList() |
Constructor and Description |
---|
JIPipeSimpleDataBatchTableModel(JTable table,
List<JIPipeMergingDataBatch> dataBatchList) |
JIPipeSimpleDataBatchTableUI(List<JIPipeMergingDataBatch> dataBatchList) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.