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,
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 |
---|---|
void |
JIPipeDataTable.setDataAnnotation(int row,
JIPipeDataAnnotation annotation)
Sets a data annotation
|
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 |
---|---|
JIPipeDataAnnotation |
JIPipeDataBatch.getMergedDataAnnotation(String name)
Returns a merged annotation
|
JIPipeDataAnnotation |
JIPipeMergingDataBatch.getMergedDataAnnotation(String name)
Returns a merged annotation
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeDataAnnotation> |
JIPipeDataBatch.getMergedDataAnnotations()
Gets the list of annotations.
|
Map<String,JIPipeDataAnnotation> |
JIPipeMergingDataBatch.getMergedDataAnnotations()
Gets the list of annotations.
|
List<JIPipeDataAnnotation> |
JIPipeDataBatch.getOriginalDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMergingDataBatch.getOriginalDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeDataBatch.getOriginalDataAnnotations(String slotName)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMergingDataBatch.getOriginalDataAnnotations(String slotName)
Gets the original annotations of given slot
|
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
|
Modifier and Type | Method and Description |
---|---|
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 |
JIPipeDataBatch.setMergedDataAnnotations(Map<String,JIPipeDataAnnotation> dataAnnotations) |
void |
JIPipeMergingDataBatch.setMergedDataAnnotations(Map<String,JIPipeDataAnnotation> dataAnnotations) |
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
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
JIPipeDataTableRowUI.getDataAnnotations() |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.