public class JIPipeDataTable extends Object implements JIPipeData, TableModel
Constructor and Description |
---|
JIPipeDataTable(Class<? extends JIPipeData> acceptedDataType) |
JIPipeDataTable(JIPipeDataTable other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Class<? extends JIPipeData> klass)
Returns true if the slot can carry the provided data.
|
boolean |
accepts(JIPipeData data)
Returns true if the slot can carry the provided data.
|
boolean |
acceptsTrivially(Class<? extends JIPipeData> klass)
Returns true if the slot can carry the provided data.
|
boolean |
acceptsTrivially(JIPipeData data)
Returns true if the slot can carry the provided data.
|
void |
addAnnotationToAllData(JIPipeTextAnnotation annotation,
boolean overwrite)
Deprecated.
use addTextAnnotationToAllData()
|
void |
addData(JIPipeData value,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
addData(JIPipeData value,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
Adds data as virtual data reference
|
void |
addData(JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Copies the source slot into this slot.
|
void |
addData(JIPipeVirtualData virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy)
Adds data as virtual data reference
|
void |
addData(JIPipeVirtualData virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
Adds data as virtual data reference
|
void |
addFromTable(JIPipeDataTable table,
JIPipeProgressInfo progressInfo)
Merges the data from the source table into the current one
|
void |
addTableModelListener(TableModelListener l) |
void |
addTextAnnotationToAllData(JIPipeTextAnnotation annotation,
boolean overwrite)
Adds an annotation to all existing data
|
void |
clear()
Removes all rows from this table
|
void |
clearData()
Removes all rows from this table
|
void |
convert(Class<? extends JIPipeData> dataClass,
JIPipeProgressInfo progressInfo)
Converts this data table in-place and sets the accepted data type
|
void |
destroyData()
Closes all data and data annotations and replaces their values in the table by null.
|
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,
JIPipeProgressInfo saveProgress)
Saves the data contained in this slot into the storage path.
|
void |
exportData(JIPipeWriteDataStorage storage,
String name,
boolean forceName,
JIPipeProgressInfo progressInfo)
Saves the data to a folder
|
int |
findRowWithAnnotations(List<JIPipeTextAnnotation> annotations)
Finds the row that matches the given annotations
|
void |
fireChangedEvent(TableModelEvent event)
Fires a
TableModelEvent to all listeners |
Class<? extends JIPipeData> |
getAcceptedDataType() |
<T extends JIPipeData> |
getAllData(Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets all the data stored in a specific row.
|
List<JIPipeDataAnnotation> |
getAllDataAnnotations()
Gets the list of all data annotations
|
List<JIPipeTextAnnotation> |
getAllTextAnnotations()
Gets the list of all text annotations
|
List<String> |
getAnnotationColumns()
Deprecated.
use getTextAnnotationColumns()
|
Map<String,JIPipeTextAnnotation> |
getAnnotationMap(int row)
Deprecated.
Use getTextAnnotationMap instead
|
Class<?> |
getColumnClass(int columnIndex)
The column class.
|
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
<T extends JIPipeData> |
getData(int row,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets the data stored in a specific row.
|
JIPipeDataAnnotation |
getDataAnnotation(int row,
String column)
Gets a data annotation
|
List<String> |
getDataAnnotationColumns() |
List<JIPipeDataAnnotation> |
getDataAnnotations(Collection<Integer> rows)
Gets the list of all data annotations in the specified row
|
List<JIPipeDataAnnotation> |
getDataAnnotations(int row)
Gets the list of all data annotations in the specified row
|
Class<? extends JIPipeData> |
getDataClass(int row)
Gets the true type of the data at given row
|
String |
getDisplayName() |
EventBus |
getEventBus() |
String |
getLocation(String key)
Returns info about the location of this data table.
|
String |
getLocation(String key,
String defaultValue)
Returns info about the location of this data table.
|
int |
getRowCount() |
JIPipeTextAnnotation |
getTextAnnotation(int row,
int column)
Gets an annotation at a specific index
|
JIPipeTextAnnotation |
getTextAnnotation(int row,
String column)
Gets an annotation at a specific column
|
List<String> |
getTextAnnotationColumns() |
Map<String,JIPipeTextAnnotation> |
getTextAnnotationMap(int row)
Returns annotations of a row as map
|
JIPipeTextAnnotation |
getTextAnnotationOr(int row,
String name,
JIPipeTextAnnotation orElse)
Returns the annotation of specified type or the alternative value.
|
List<JIPipeTextAnnotation> |
getTextAnnotations(Collection<Integer> rows)
Gets the list of annotations for specific data rows
|
List<JIPipeTextAnnotation> |
getTextAnnotations(int row)
Gets the list of annotations for a specific data row
|
Object |
getValueAt(int rowIndex,
int columnIndex)
Returns the data.
|
JIPipeVirtualData |
getVirtualData(int row)
Gets the virtual data container at given row
|
JIPipeVirtualData |
getVirtualDataAnnotation(int row,
String column)
Gets a data annotation as
JIPipeVirtualData |
Map<String,JIPipeVirtualData> |
getVirtualDataAnnotationMap(int row)
Returns a map of all data annotations as
JIPipeVirtualData |
static JIPipeDataTable |
importData(JIPipeReadDataStorage storage,
JIPipeProgressInfo progressInfo)
Imports this data from the path
|
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
boolean |
isEmpty() |
boolean |
isNewDataVirtual()
Determines if newly added data should be virtual
|
void |
makeDataNonVirtual(JIPipeProgressInfo progressInfo,
boolean removeVirtualDataStorage)
Loads all virtual data into memory
|
void |
makeDataVirtual(JIPipeProgressInfo progressInfo)
Unloads all data into the virtual cache
|
Component |
preview(int width,
int height)
This function generates a preview component for usage within the GUI
Can return null
|
void |
removeAllAnnotationsFromData(String column)
Removes an annotation column from the data
|
void |
removeTableModelListener(TableModelListener l) |
boolean |
rowIsVirtual(int row)
Returns whether a row is virtual (unloaded) or non-virtual (present in memory)
|
void |
setAcceptedDataType(Class<? extends JIPipeData> slotDataType)
Sets the accepted slot type
Please note that this method can cause issues when running the graph
|
void |
setData(int row,
JIPipeData data)
Sets the data of a specific row
|
void |
setDataAnnotation(int row,
JIPipeDataAnnotation annotation)
Sets a data annotation
|
void |
setDataAnnotation(int row,
String column,
JIPipeData data)
Sets a data annotation
|
void |
setNewDataVirtual(boolean newDataVirtual)
Determines if newly added data should be virtual
|
void |
setTextAnnotation(int row,
JIPipeTextAnnotation annotation)
Sets a text annotation
|
void |
setTextAnnotation(int row,
String column,
String value)
Sets a text annotation
|
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
void |
setVirtualData(int row,
JIPipeVirtualData virtualData)
Sets the data of a specific row
|
void |
setVirtualDataAnnotation(int row,
String column,
JIPipeVirtualData virtualData)
Sets a virtual data annotation
|
JIPipeDataTable |
slice(Collection<Integer> rows)
Creates a new
JIPipeDataSlot instance that contains only the selected rows. |
AnnotationTableData |
toAnnotationTable(boolean withDataAsString)
Converts the slot into an annotation table
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, toDetailedString
public JIPipeDataTable(Class<? extends JIPipeData> acceptedDataType)
public JIPipeDataTable(JIPipeDataTable other, boolean shallow, JIPipeProgressInfo progressInfo)
public static JIPipeDataTable importData(JIPipeReadDataStorage storage, JIPipeProgressInfo progressInfo)
storage
- the storagepublic void addTableModelListener(TableModelListener l)
addTableModelListener
in interface TableModel
public void removeTableModelListener(TableModelListener l)
removeTableModelListener
in interface TableModel
public int getRowCount()
getRowCount
in interface TableModel
public int getColumnCount()
getColumnCount
in interface TableModel
public String getColumnName(int columnIndex)
getColumnName
in interface TableModel
public Class<?> getColumnClass(int columnIndex)
JIPipeVirtualData
for the first column.
For data annotation columns, returns JIPipeDataAnnotation
.
For text annotation columns, returns JIPipeTextAnnotation
.getColumnClass
in interface TableModel
columnIndex
- the column. 0 is the data column. (0, #data columns + 1) are data columns. (#data columns, #data columns + #text columns + 1) are text columns.public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
public Object getValueAt(int rowIndex, int columnIndex)
JIPipeVirtualData
For data annotation columns, returns the JIPipeDataAnnotation
For text annotation columns, returns the JIPipeTextAnnotation
getValueAt
in interface TableModel
rowIndex
- the rowcolumnIndex
- the column. 0 is the data column. (0, #data columns + 1) are data columns. (#data columns, #data columns + #text columns + 1) are text columns.public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
public void fireChangedEvent(TableModelEvent event)
TableModelEvent
to all listenersevent
- the eventpublic void clearData()
public void clear()
public EventBus getEventBus()
public List<String> getTextAnnotationColumns()
@Deprecated public List<String> getAnnotationColumns()
public List<String> getDataAnnotationColumns()
public Class<? extends JIPipeData> getAcceptedDataType()
public void setAcceptedDataType(Class<? extends JIPipeData> slotDataType)
slotDataType
- the new data typepublic boolean accepts(JIPipeData data)
data
- Datapublic boolean accepts(Class<? extends JIPipeData> klass)
klass
- Data classpublic boolean acceptsTrivially(JIPipeData data)
data
- Datapublic boolean acceptsTrivially(Class<? extends JIPipeData> klass)
klass
- Data classpublic JIPipeVirtualData getVirtualData(int row)
row
- the rowpublic <T extends JIPipeData> T getData(int row, Class<T> dataClass, JIPipeProgressInfo progressInfo)
T
- Data typerow
- The rowdataClass
- the class to returnprogressInfo
- progress for data loadingpublic <T extends JIPipeData> List<T> getAllData(Class<T> dataClass, JIPipeProgressInfo progressInfo)
T
- Data typedataClass
- the class to returnprogressInfo
- progress for data loadingpublic JIPipeVirtualData getVirtualDataAnnotation(int row, String column)
JIPipeVirtualData
row
- the rowcolumn
- the data annotation columnpublic void setVirtualDataAnnotation(int row, String column, JIPipeVirtualData virtualData)
row
- the rowcolumn
- the data annotation columnvirtualData
- the data. can be null.public void setData(int row, JIPipeData data)
row
- the rowdata
- the datapublic void setVirtualData(int row, JIPipeVirtualData virtualData)
row
- the rowvirtualData
- the datapublic void setTextAnnotation(int row, String column, String value)
row
- the rowcolumn
- the columnvalue
- the valuepublic void setTextAnnotation(int row, JIPipeTextAnnotation annotation)
row
- the rowannotation
- the annotationpublic void setDataAnnotation(int row, JIPipeDataAnnotation annotation)
row
- the rowannotation
- the annotationpublic void setDataAnnotation(int row, String column, JIPipeData data)
row
- the rowcolumn
- the columndata
- the data. Can be nullpublic Map<String,JIPipeTextAnnotation> getTextAnnotationMap(int row)
row
- the row@Deprecated public Map<String,JIPipeTextAnnotation> getAnnotationMap(int row)
row
- the rowpublic Map<String,JIPipeVirtualData> getVirtualDataAnnotationMap(int row)
JIPipeVirtualData
row
- the rowpublic List<JIPipeDataAnnotation> getDataAnnotations(int row)
row
- the rowpublic List<JIPipeDataAnnotation> getAllDataAnnotations()
public List<JIPipeDataAnnotation> getDataAnnotations(Collection<Integer> rows)
rows
- the rowspublic JIPipeDataAnnotation getDataAnnotation(int row, String column)
row
- the rowcolumn
- the data annotation columnpublic List<JIPipeTextAnnotation> getTextAnnotations(int row)
row
- The rowpublic List<JIPipeTextAnnotation> getAllTextAnnotations()
public List<JIPipeTextAnnotation> getTextAnnotations(Collection<Integer> rows)
rows
- The set of rowspublic JIPipeTextAnnotation getTextAnnotationOr(int row, String name, JIPipeTextAnnotation orElse)
row
- data rowname
- annotation nameorElse
- alternative valuepublic void addData(JIPipeData value, List<JIPipeTextAnnotation> annotations, JIPipeTextAnnotationMergeMode mergeStrategy, JIPipeProgressInfo progressInfo)
value
- The dataannotations
- Optional annotationsprogressInfo
- progress for data storagepublic void addTextAnnotationToAllData(JIPipeTextAnnotation annotation, boolean overwrite)
annotation
- The annotation instanceoverwrite
- If false, existing annotations of the same type are not overwritten@Deprecated public void addAnnotationToAllData(JIPipeTextAnnotation annotation, boolean overwrite)
annotation
- The annotation instanceoverwrite
- If false, existing annotations of the same type are not overwrittenpublic void removeAllAnnotationsFromData(String column)
column
- Annotation typepublic void addData(JIPipeData value, JIPipeProgressInfo progressInfo)
value
- DataprogressInfo
- progress for data storagepublic void addFromTable(JIPipeDataTable table, JIPipeProgressInfo progressInfo)
table
- the source tableprogressInfo
- the progresspublic int findRowWithAnnotations(List<JIPipeTextAnnotation> annotations)
annotations
- A valid annotation list with size equals to getRowCount()public String getDisplayName()
public void exportData(JIPipeWriteDataStorage storage, JIPipeProgressInfo saveProgress)
storage
- storage that contains the datasaveProgress
- save progresspublic void addData(JIPipeDataSlot sourceSlot, JIPipeProgressInfo progressInfo)
sourceSlot
- The other slotprogressInfo
- the progresspublic void addData(JIPipeVirtualData virtualData, List<JIPipeTextAnnotation> annotations, JIPipeTextAnnotationMergeMode mergeStrategy)
virtualData
- the virtual dataannotations
- the annotationsmergeStrategy
- merge strategypublic boolean rowIsVirtual(int row)
row
- the rowpublic void makeDataNonVirtual(JIPipeProgressInfo progressInfo, boolean removeVirtualDataStorage)
progressInfo
- the progressremoveVirtualDataStorage
- if true, the folder containing the cache is deletedpublic void makeDataVirtual(JIPipeProgressInfo progressInfo)
progressInfo
- the progresspublic JIPipeTextAnnotation getTextAnnotation(int row, int column)
row
- the data rowcolumn
- the columnpublic JIPipeTextAnnotation getTextAnnotation(int row, String column)
row
- the data rowcolumn
- the columnpublic void convert(Class<? extends JIPipeData> dataClass, JIPipeProgressInfo progressInfo)
dataClass
- the target data typepublic void destroyData()
JIPipeVirtualData
items that might be present in
other tables might be destroyed.
Use clearData() as alternativepublic boolean isEmpty()
public JIPipeDataTable slice(Collection<Integer> rows)
JIPipeDataSlot
instance that contains only the selected rows.
All other attributes are copied.rows
- the rowspublic AnnotationTableData toAnnotationTable(boolean withDataAsString)
withDataAsString
- if the string representation should be includedpublic void addData(JIPipeVirtualData virtualData, List<JIPipeTextAnnotation> annotations, JIPipeTextAnnotationMergeMode mergeStrategy, List<JIPipeDataAnnotation> dataAnnotations, JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
virtualData
- the virtual dataannotations
- the annotationsmergeStrategy
- merge strategypublic void addData(JIPipeData data, List<JIPipeTextAnnotation> annotations, JIPipeTextAnnotationMergeMode mergeStrategy, List<JIPipeDataAnnotation> dataAnnotations, JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy)
data
- the dataannotations
- the annotationsmergeStrategy
- merge strategypublic Class<? extends JIPipeData> getDataClass(int row)
row
- the rowpublic 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
)public Component preview(int width, int height)
JIPipeData
preview
in interface JIPipeData
width
- the target widthheight
- the target heightpublic boolean isNewDataVirtual()
public void setNewDataVirtual(boolean newDataVirtual)
newDataVirtual
- if newly added data will be virtualpublic String getLocation(String key)
key
- the keypublic String getLocation(String key, String defaultValue)
key
- the keydefaultValue
- returned if no info about the key existsCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.