Package | Description |
---|---|
org.hkijena.jipipe.api.data | |
org.hkijena.jipipe.api.data.context | |
org.hkijena.jipipe.api.data.serialization | |
org.hkijena.jipipe.api.nodes.iterationstep |
Modifier and Type | Method and Description |
---|---|
JIPipeDataContext |
JIPipeDataTable.getDataContext(int row)
Gets the context of the data in the row
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataContext> |
JIPipeDataTable.getDataContexts() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
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,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeData value,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
JIPipeDataTable.addData(JIPipeData value,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds a data row
|
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.setDataContext(int row,
JIPipeDataContext context)
Sets the context of data in given row
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeMutableDataContext |
Modifier and Type | Method and Description |
---|---|
default JIPipeDataContext |
JIPipeDataContext.branch(JIPipeGraphNode source)
Returns a new context that contains the current one as predecessor
|
default JIPipeDataContext |
JIPipeDataContext.branch(String source)
Returns a new context that contains the current one as predecessor
|
static JIPipeDataContext |
JIPipeDataContext.create(JIPipeGraphNode graphNode,
JIPipeDataContext... predecessors)
Creates a new data context
|
static JIPipeDataContext |
JIPipeDataContext.create(String source,
JIPipeDataContext... predecessors)
Creates a new data context
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMutableDataContext.addPredecessor(JIPipeDataContext predecessorContext) |
static JIPipeDataContext |
JIPipeDataContext.create(JIPipeGraphNode graphNode,
JIPipeDataContext... predecessors)
Creates a new data context
|
static JIPipeDataContext |
JIPipeDataContext.create(String source,
JIPipeDataContext... predecessors)
Creates a new data context
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataContext |
JIPipeDataTableRowInfo.getDataContext() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTableRowInfo.setDataContext(JIPipeDataContext dataContext) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataContext |
JIPipeMultiIterationStep.createNewContext()
Creates a context for new data that inherits direct predecessors from this iteration step's input
|
JIPipeDataContext |
JIPipeSingleIterationStep.createNewContext()
Creates a context for new data that inherits direct predecessors from this iteration step's input
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.