public class TableColumnReference extends Object implements TableColumn
ResultsTableData
Constructor and Description |
---|
TableColumnReference(ResultsTableData source,
int sourceColumn) |
Modifier and Type | Method and Description |
---|---|
void |
display(String displayName,
JIPipeWorkbench workbench,
JIPipeDataSource source)
This function should display the data in the GUI.
|
JIPipeData |
duplicate(JIPipeProgressInfo progressInfo)
Duplicates the data
|
void |
exportData(JIPipeWriteDataStorage storage,
String name,
boolean forceName,
JIPipeProgressInfo progressInfo)
Saves the data to a folder
|
double[] |
getDataAsDouble(int rows)
Returns as many data entries as rows
|
String[] |
getDataAsString(int rows)
Returns as many data entries as rows
|
String |
getLabel()
Label of this column
|
double |
getRowAsDouble(int row)
Returns the data entry as string
|
String |
getRowAsString(int row)
Returns the data entry as string
|
int |
getRows()
Returns the number of rows that are existing (not generated)
|
boolean |
isNumeric()
Returns true if this column contains double entries.
|
boolean |
isUserRemovable()
Returns if users can remove this source
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataAsObjectList, getRowAsObject, getSlice, isGeneratingTableColumn, isMutableTableColumn
close, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, preview, toDetailedString
public TableColumnReference(ResultsTableData source, int sourceColumn)
public String[] getDataAsString(int rows)
TableColumn
getDataAsString
in interface TableColumn
rows
- the number of rowspublic double[] getDataAsDouble(int rows)
TableColumn
getDataAsDouble
in interface TableColumn
rows
- the number of rowspublic String getRowAsString(int row)
TableColumn
getRowAsString
in interface TableColumn
row
- the rowpublic double getRowAsDouble(int row)
TableColumn
getRowAsDouble
in interface TableColumn
row
- the rowpublic int getRows()
TableColumn
getRows
in interface TableColumn
public boolean isNumeric()
TableColumn
String
entries.isNumeric
in interface TableColumn
public boolean isUserRemovable()
TableColumn
isUserRemovable
in interface TableColumn
public String getLabel()
TableColumn
getLabel
in interface TableColumn
public void exportData(JIPipeWriteDataStorage storage, String name, boolean forceName, JIPipeProgressInfo progressInfo)
JIPipeData
exportData
in interface JIPipeData
storage
- The storage where the data should be writtenname
- A name reference that can be used to generate filename(s)forceName
- If enabled, the data is saved potentially destructively. Generated files must always contain the name parameter. This is used to collect results for humans or other algorithms.progressInfo
- the progresspublic JIPipeData duplicate(JIPipeProgressInfo progressInfo)
JIPipeData
duplicate
in interface JIPipeData
progressInfo
- the progress of duplicating the datapublic void display(String displayName, JIPipeWorkbench workbench, JIPipeDataSource source)
JIPipeData
JIPipeDataDisplayOperation
that can be registered separately.
This item will always be shown as "Default" in the list of operations.display
in interface JIPipeData
displayName
- a name that can be usedworkbench
- the workbenchsource
- optional source of the data. Can be null or any kind of data type (e.g. JIPipeDataSlot
)Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.