Modifier and Type | Method and Description |
---|---|
static JIPipeTextAnnotationMergeMode |
JIPipeTextAnnotationMergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeTextAnnotationMergeMode[] |
JIPipeTextAnnotationMergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
JIPipeTextAnnotation.annotationListToMap(Collection<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy)
Converts a set of annotations to a map
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTable.addData(JIPipeData value,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
JIPipeDataTable.addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeVirtualData virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeVirtualData virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
Adds data as virtual data reference
|
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
JIPipeSingleIterationAlgorithmDataBatchGenerationSettings.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
JIPipeIteratingAlgorithmDataBatchGenerationSettings.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
JIPipeMergingDataBatchBuilder.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
JIPipeMergingAlgorithmDataBatchGenerationSettings.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
JIPipeMissingDataGeneratorDataBatchGenerationSettings.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataBatch.addMergedTextAnnotation(JIPipeTextAnnotation annotation,
JIPipeTextAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeMergingDataBatch.addMergedTextAnnotation(JIPipeTextAnnotation annotation,
JIPipeTextAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeDataBatch.addMergedTextAnnotations(Collection<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode strategy)
Adds annotations to the merged annotation storage of this interface.
|
void |
JIPipeMergingDataBatch.addMergedTextAnnotations(List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode strategy)
Adds annotations to the merged annotation storage of this interface.
|
void |
JIPipeMergingDataBatch.addMergedTextAnnotations(Map<String,String> annotations,
JIPipeTextAnnotationMergeMode strategy)
Adds annotations to the merged annotation storage of this interface.
|
void |
JIPipeDataBatch.addOutputData(JIPipeDataSlot 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 |
JIPipeMergingDataBatch.addOutputData(JIPipeDataSlot 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 |
JIPipeDataBatch.addOutputData(JIPipeDataSlot 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 |
JIPipeMergingDataBatch.addOutputData(JIPipeDataSlot 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 |
JIPipeMergingDataBatch.addOutputData(JIPipeDataSlot slot,
JIPipeVirtualData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy)
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 |
JIPipeMergingDataBatch.addOutputData(JIPipeDataSlot slot,
JIPipeVirtualData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeDataBatch.addOutputData(JIPipeDataSlot slot,
JIPipeVirtualData 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 |
JIPipeDataBatch.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMergingDataBatch.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeDataBatch.addOutputData(String slotName,
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 should be set up till this point
|
void |
JIPipeMergingDataBatch.addOutputData(String slotName,
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 should be set up till this point
|
void |
JIPipeMergingDataBatch.addOutputData(String slotName,
JIPipeVirtualData data,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeTextAnnotation> additionalAnnotations)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeSingleIterationAlgorithmDataBatchGenerationSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
JIPipeIteratingAlgorithmDataBatchGenerationSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
JIPipeMergingDataBatchBuilder.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
JIPipeMergingAlgorithmDataBatchGenerationSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
JIPipeMissingDataGeneratorDataBatchGenerationSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
GenerateRandomUniqueAnnotation.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
GenerateUniqueAnnotation.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
AnnotateWithData.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
AnnotateWithSourceSlot.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
DataAnnotationToStringAnnotation.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
AnnotateByExpression.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
RenameAnnotation.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
AnnotateWithDataString.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
ExtractAndReplaceAnnotation.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
OverwriteAnnotations.getMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
GenerateRandomUniqueAnnotation.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
GenerateUniqueAnnotation.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
AnnotateWithData.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
AnnotateWithSourceSlot.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
DataAnnotationToStringAnnotation.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
AnnotateByExpression.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
RenameAnnotation.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
AnnotateWithDataString.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
ExtractAndReplaceAnnotation.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
OverwriteAnnotations.setMergeMode(JIPipeTextAnnotationMergeMode mergeMode) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
SimplePathAnnotationGenerator.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
ImportDataTableDirectory.getTextAnnotationMergeMode() |
JIPipeTextAnnotationMergeMode |
ImportDataTableArchive.getTextAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
SimplePathAnnotationGenerator.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
ImportDataTableDirectory.setTextAnnotationMergeMode(JIPipeTextAnnotationMergeMode textAnnotationMergeMode) |
void |
ImportDataTableArchive.setTextAnnotationMergeMode(JIPipeTextAnnotationMergeMode textAnnotationMergeMode) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
SingleAnnotationIOSettings.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SingleAnnotationIOSettings.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
SplitByDimensionAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SplitByDimensionAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
RoiPropertiesToAnnotationsAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
RoiPropertiesToAnnotationsAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
ExtractFromROIAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ExtractFromROIAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
CustomAutoThreshold2D8UAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
ManualThreshold8U2DAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
CustomAutoThreshold2D16UAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
CustomAutoThreshold2D32FAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
AutoThreshold2DAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
ManualThreshold32F2DAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
ManualThreshold16U2DAlgorithm.getThresholdAnnotationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
CustomAutoThreshold2D8UAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
ManualThreshold8U2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
CustomAutoThreshold2D16UAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
CustomAutoThreshold2D32FAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
AutoThreshold2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
ManualThreshold32F2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
ManualThreshold16U2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
ManualHSBThreshold2DAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
ManualRGBThreshold2DAlgorithm.getThresholdAnnotationStrategy() |
JIPipeTextAnnotationMergeMode |
ManualLABThreshold2DAlgorithm.getThresholdAnnotationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ManualHSBThreshold2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
ManualRGBThreshold2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
void |
ManualLABThreshold2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
IterativeThresholdByROIStatistics2DAlgorithm.getThresholdAnnotationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
IterativeThresholdByROIStatistics2DAlgorithm.setThresholdAnnotationStrategy(JIPipeTextAnnotationMergeMode thresholdAnnotationStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
TileImage2DAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
TileImage2DAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
ParametersToAnnotationsAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ParametersToAnnotationsAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
PythonScriptAlgorithm.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
IteratingPythonScriptAlgorithm.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
MergingPythonScriptAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
PythonScriptAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
IteratingPythonScriptAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
MergingPythonScriptAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
MergingRScriptAlgorithm.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
IteratingRScriptAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
MergingRScriptAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
IteratingRScriptAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
AnnotateDataWithTableValues.getAnnotationMergeMode() |
JIPipeTextAnnotationMergeMode |
AnnotateByTablePropertiesAlgorithm.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotateDataWithTableValues.setAnnotationMergeMode(JIPipeTextAnnotationMergeMode annotationMergeMode) |
void |
AnnotateByTablePropertiesAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
ColumnsToAnnotationsAlgorithm.getAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
ColumnsToAnnotationsAlgorithm.getRowMergingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnsToAnnotationsAlgorithm.setAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode annotationMergeStrategy) |
void |
ColumnsToAnnotationsAlgorithm.setRowMergingStrategy(JIPipeTextAnnotationMergeMode rowMergingStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
UsePlaceholderForMissingDataAlgorithm.getPlaceholderAnnotationMergeStrategy() |
JIPipeTextAnnotationMergeMode |
ImportJIPipeSlotFolderAlgorithm.getTextAnnotationMergeMode() |
JIPipeTextAnnotationMergeMode |
RunExpressionAlgorithm.getWriteToAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
UsePlaceholderForMissingDataAlgorithm.setPlaceholderAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode placeholderAnnotationMergeStrategy) |
void |
ImportJIPipeSlotFolderAlgorithm.setTextAnnotationMergeMode(JIPipeTextAnnotationMergeMode textAnnotationMergeMode) |
void |
RunExpressionAlgorithm.setWriteToAnnotationMergeStrategy(JIPipeTextAnnotationMergeMode writeToAnnotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeTextAnnotationMergeMode |
AnnotateWithDataTableProperties.getMergeMode() |
JIPipeTextAnnotationMergeMode |
ExtractTableAlgorithm.getMergeStrategy() |
JIPipeTextAnnotationMergeMode |
PullDataTableAnnotations.getTextAnnotationMergeMode() |
JIPipeTextAnnotationMergeMode |
PushDataTableAnnotations.getTextAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotateWithDataTableProperties.setMergeMode(JIPipeTextAnnotationMergeMode mergeMode) |
void |
ExtractTableAlgorithm.setMergeStrategy(JIPipeTextAnnotationMergeMode mergeStrategy) |
void |
PullDataTableAnnotations.setTextAnnotationMergeMode(JIPipeTextAnnotationMergeMode textAnnotationMergeMode) |
void |
PushDataTableAnnotations.setTextAnnotationMergeMode(JIPipeTextAnnotationMergeMode textAnnotationMergeMode) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.