public class JIPipeDataTableDataSource extends Object implements JIPipeDataSource
Constructor and Description |
---|
JIPipeDataTableDataSource(JIPipeDataTable dataTable,
int row) |
JIPipeDataTableDataSource(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 JIPipeDataTableDataSource |
wrap(JIPipeData data,
JIPipeDataSource dataSource)
Ensures that a table data source is present.
|
public JIPipeDataTableDataSource(JIPipeDataTable dataTable, int row)
public JIPipeDataTableDataSource(JIPipeDataTable dataTable, int row, String dataAnnotation)
public static JIPipeDataTableDataSource 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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.