public class JIPipeDataTableRowInfo extends Object
Constructor and Description |
---|
JIPipeDataTableRowInfo() |
JIPipeDataTableRowInfo(JIPipeDataTable dataTable,
int row)
Creates a new instance from an existing row
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotationInfo> |
getDataAnnotations() |
JIPipeDataContext |
getDataContext() |
int |
getIndex() |
List<JIPipeTextAnnotation> |
getTextAnnotations() |
String |
getTrueDataType() |
void |
setAnnotations(List<JIPipeTextAnnotation> annotations)
Compatibility function to allow reading tables in an older format
|
void |
setDataAnnotations(List<JIPipeDataAnnotationInfo> dataAnnotations) |
void |
setDataContext(JIPipeDataContext dataContext) |
void |
setIndex(int index)
Sets the location
|
void |
setTextAnnotations(List<JIPipeTextAnnotation> textAnnotations)
Sets annotations
|
void |
setTraits(List<JIPipeTextAnnotation> annotations)
Compatibility function to allow reading tables in an older format
|
void |
setTrueDataType(String trueDataType) |
public JIPipeDataTableRowInfo()
public JIPipeDataTableRowInfo(JIPipeDataTable dataTable, int row)
dataTable
- the data tablerow
- the rowpublic int getIndex()
public void setIndex(int index)
index
- Internal location relative to the output folderpublic List<JIPipeTextAnnotation> getTextAnnotations()
public void setTextAnnotations(List<JIPipeTextAnnotation> textAnnotations)
textAnnotations
- List of annotationspublic List<JIPipeDataAnnotationInfo> getDataAnnotations()
public void setDataAnnotations(List<JIPipeDataAnnotationInfo> dataAnnotations)
public void setTraits(List<JIPipeTextAnnotation> annotations)
annotations
- List of annotationspublic void setAnnotations(List<JIPipeTextAnnotation> annotations)
annotations
- List of annotationspublic String getTrueDataType()
public void setTrueDataType(String trueDataType)
public JIPipeDataContext getDataContext()
public void setDataContext(JIPipeDataContext dataContext)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.