public class JIPipeWeakDataTableDataSource extends Object implements JIPipeDataSource
Constructor and Description |
---|
JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable,
int row) |
JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable,
int row,
String dataAnnotation) |
Modifier and Type | Method and Description |
---|---|
String |
getDataAnnotation()
Optional: Data annotation
|
JIPipeDataTable |
getDataTable()
The data slot where the data is sourced
|
int |
getRow()
The data slot row where the data is sourced
|
static JIPipeWeakDataTableDataSource |
wrap(JIPipeData data,
JIPipeDataSource dataSource)
Ensures that a table data source is present.
|
public JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable, int row)
public JIPipeWeakDataTableDataSource(JIPipeDataTable dataTable, int row, String dataAnnotation)
public static JIPipeWeakDataTableDataSource wrap(JIPipeData data, JIPipeDataSource dataSource)
JIPipeDataTable
is created and the data is wrapped into it.data
- the datadataSource
- the data source. can be null.public JIPipeDataTable getDataTable()
public int getRow()
public String getDataAnnotation()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.