Modifier and Type | Method and Description |
---|---|
static JIPipeDataAnnotationMergeMode |
JIPipeDataAnnotationMergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDataAnnotationMergeMode[] |
JIPipeDataAnnotationMergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
Adds data as virtual data reference
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
JIPipeSingleIterationAlgorithmDataBatchGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeIteratingAlgorithmDataBatchGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeMergingDataBatchBuilder.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeMergingAlgorithmDataBatchGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeMissingDataGeneratorDataBatchGenerationSettings.getDataAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataBatch.addMergedDataAnnotation(JIPipeDataAnnotation annotation,
JIPipeDataAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeMergingDataBatch.addMergedDataAnnotation(JIPipeDataAnnotation annotation,
JIPipeDataAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeDataBatch.addMergedDataAnnotations(Collection<JIPipeDataAnnotation> annotations,
JIPipeDataAnnotationMergeMode strategy)
Adds annotations to the annotation list
|
void |
JIPipeMergingDataBatch.addMergedDataAnnotations(Collection<JIPipeDataAnnotation> annotations,
JIPipeDataAnnotationMergeMode strategy)
Adds annotations to the annotation list
|
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 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,
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 |
JIPipeSingleIterationAlgorithmDataBatchGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeIteratingAlgorithmDataBatchGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeMergingDataBatchBuilder.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeMergingAlgorithmDataBatchGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeMissingDataGeneratorDataBatchGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
RenameDataAnnotation.getAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
RenameDataAnnotation.setAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode annotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
ImportDataTableDirectory.getDataAnnotationMergeMode() |
JIPipeDataAnnotationMergeMode |
ImportDataTableArchive.getDataAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
ImportDataTableDirectory.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
void |
ImportDataTableArchive.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
ImportJIPipeSlotFolderAlgorithm.getDataAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
ImportJIPipeSlotFolderAlgorithm.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
PullDataTableAnnotations.getDataAnnotationMergeMode() |
JIPipeDataAnnotationMergeMode |
PushDataTableAnnotations.getDataAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
PullDataTableAnnotations.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
void |
PushDataTableAnnotations.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.