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(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
void |
JIPipeDataTable.addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
JIPipeMergingAlgorithmIterationStepGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeIteratingMissingDataGeneratorIterationStepGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeIteratingAlgorithmIterationStepGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeSingleIterationAlgorithmIterationStepGenerationSettings.getDataAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
JIPipeMissingDataGeneratorIterationStepGenerationSettings.getDataAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMergingAlgorithmIterationStepGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeIteratingMissingDataGeneratorIterationStepGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeIteratingAlgorithmIterationStepGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeSingleIterationAlgorithmIterationStepGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
void |
JIPipeMissingDataGeneratorIterationStepGenerationSettings.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
JIPipeMultiIterationStepGenerator.getDataAnnotationMergeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMultiIterationStep.addMergedDataAnnotation(JIPipeDataAnnotation annotation,
JIPipeDataAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeSingleIterationStep.addMergedDataAnnotation(JIPipeDataAnnotation annotation,
JIPipeDataAnnotationMergeMode strategy)
Adds an annotation to the annotation list
|
void |
JIPipeMultiIterationStep.addMergedDataAnnotations(Collection<JIPipeDataAnnotation> annotations,
JIPipeDataAnnotationMergeMode strategy)
Adds annotations to the annotation list
|
void |
JIPipeSingleIterationStep.addMergedDataAnnotations(Collection<JIPipeDataAnnotation> annotations,
JIPipeDataAnnotationMergeMode strategy)
Adds annotations to the annotation list
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore 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 |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot 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 |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot 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 |
JIPipeMultiIterationStep.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 |
JIPipeSingleIterationStep.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 |
JIPipeMultiIterationStepGenerator.setDataAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotationMergeMode |
RenameDataAnnotation.getAnnotationMergeStrategy() |
JIPipeDataAnnotationMergeMode |
AnnotateWithData.getDataAnnotationMergeMode() |
Modifier and Type | Method and Description |
---|---|
void |
RenameDataAnnotation.setAnnotationMergeStrategy(JIPipeDataAnnotationMergeMode annotationMergeStrategy) |
void |
AnnotateWithData.setDataAnnotationMergeMode(JIPipeDataAnnotationMergeMode dataAnnotationMergeMode) |
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–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.