Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotation |
JIPipeDataAnnotation.duplicate(JIPipeProgressInfo progressInfo)
Fully duplicates the data
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
JIPipeDataAnnotationMergeMode.merge(Collection<JIPipeDataAnnotation> annotations)
Ensures that a list of annotations has unique names.
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
JIPipeDataAnnotationMergeMode.merge(Collection<JIPipeDataAnnotation> annotations)
Ensures that a list of annotations has unique names.
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotation |
JIPipeDataTable.getDataAnnotation(int row,
int col)
Gets a data annotation
|
JIPipeDataAnnotation |
JIPipeDataTable.getDataAnnotation(int row,
String column)
Gets a data annotation
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
JIPipeDataTable.getAllDataAnnotations()
Gets the list of all data annotations
|
List<JIPipeDataAnnotation> |
JIPipeDataTable.getDataAnnotations(Collection<Integer> rows)
Gets the list of all data annotations in the specified row
|
List<JIPipeDataAnnotation> |
JIPipeDataTable.getDataAnnotations(int row)
Gets the list of all data annotations in the specified row
|
Modifier and Type | Method and Description |
---|---|
protected JIPipeWriteDataStorage |
JIPipeDataTable.saveDataAnnotationRow_(JIPipeWriteDataStorage storage,
JIPipeProgressInfo saveProgress,
int row,
List<Dimension> previewSizes,
JIPipeProgressInfo rowProgress,
JIPipeDataAnnotation dataAnnotation,
Map<String,String> dataAnnotationColumnNameMapping)
NOT THREAD-SAFE
|
void |
JIPipeDataTable.setDataAnnotation(int row,
JIPipeDataAnnotation annotation)
Sets a data annotation
|
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 |
---|---|
JIPipeDataAnnotation |
JIPipeMultiIterationStep.getMergedDataAnnotation(String name)
Returns a merged annotation
|
JIPipeDataAnnotation |
JIPipeSingleIterationStep.getMergedDataAnnotation(String name)
Returns a merged annotation
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
This returns all annotations (of all rows)
|
List<JIPipeDataAnnotation> |
JIPipeSingleIterationStep.getInputDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot,
Collection<Integer> rows)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot,
int row)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(String slotName)
Gets the original annotations of given slot
This returns all annotations (of all rows)
|
List<JIPipeDataAnnotation> |
JIPipeSingleIterationStep.getInputDataAnnotations(String slotName)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(String slotName,
Collection<Integer> rows)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(String slotName,
int row)
Gets the original annotations of given slot
|
Map<String,JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getMergedDataAnnotations()
Gets the list of annotations.
|
Map<String,JIPipeDataAnnotation> |
JIPipeSingleIterationStep.getMergedDataAnnotations()
Gets the list of annotations.
|
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
|
Modifier and Type | Method and Description |
---|---|
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 |
JIPipeMultiIterationStep.setMergedDataAnnotations(Map<String,JIPipeDataAnnotation> dataAnnotations) |
void |
JIPipeSingleIterationStep.setMergedDataAnnotations(Map<String,JIPipeDataAnnotation> dataAnnotations) |
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeDesktopDataDisplayOperation.displayDataAnnotation(JIPipeDataTable dataTable,
int row,
JIPipeDataAnnotation dataAnnotation,
JIPipeDesktopWorkbench desktopWorkbench)
Applies the operation on a data table
|
Modifier and Type | Method and Description |
---|---|
List<Store<JIPipeDataAnnotation>> |
JIPipeDesktopDataTableRowDisplayUtil.getDataAnnotationStores() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDataTableRowDisplayUtil.runDisplayOperation(JIPipeDesktopDataDisplayOperation operation,
JIPipeDataAnnotation dataAnnotation) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotation |
DataAnnotationQueryExpression.queryFirst(Collection<JIPipeDataAnnotation> annotations)
Generates an annotation value
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
DataAnnotationQueryExpression.queryAll(Collection<JIPipeDataAnnotation> annotations)
Returns all annotations that match the query
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
DataAnnotationQueryExpression.queryAll(Collection<JIPipeDataAnnotation> annotations)
Returns all annotations that match the query
|
JIPipeDataAnnotation |
DataAnnotationQueryExpression.queryFirst(Collection<JIPipeDataAnnotation> annotations)
Generates an annotation value
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataAnnotation |
OptionalDataAnnotationNameParameter.createAnnotation(JIPipeData value)
Creates a new annotation with the defined name and value
|
Modifier and Type | Method and Description |
---|---|
void |
OptionalDataAnnotationNameParameter.addAnnotationIfEnabled(Collection<JIPipeDataAnnotation> annotations,
JIPipeData value)
Adds the annotation with given value of the parameter is enabled
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.