public abstract class JIPipeDataSlot extends JIPipeDataTable
JIPipeData
instance.
Slots are part of an JIPipeGraphNode
Modifier and Type | Field and Description |
---|---|
static String |
LOCATION_KEY_NODE_DISPLAY_NAME
To be used with getLocation().
|
static String |
LOCATION_KEY_NODE_NAME
To be used with getLocation().
|
static String |
LOCATION_KEY_SLOT_DISPLAY_NAME
To be used with getLocation().
|
static String |
LOCATION_KEY_SLOT_IO
To be used with getLocation().
|
static String |
LOCATION_KEY_SLOT_NAME
To be used with getLocation().
|
Constructor and Description |
---|
JIPipeDataSlot(JIPipeDataSlot other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
JIPipeDataSlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node)
Creates a new slot
|
Modifier and Type | Method and Description |
---|---|
void |
applyVirtualState(JIPipeProgressInfo progressInfo)
If virtual, put all data into the virtual storage
If not, fetch all virtual data from storage
This function reacts to the virtual mode setting in
VirtualDataSettings and will refuse to make data virtual |
static JIPipeInputDataSlot |
createSingletonSlot(JIPipeData data,
JIPipeGraphNode node)
Creates a new input slot that contains only one data item
|
void |
exportToSlotStoragePath(JIPipeProgressInfo saveProgress)
Saves the data to the storage path
Info: This method only works for output slots and saves to the storage path.
|
void |
flush(JIPipeProgressInfo saveProgress)
Saves the stored data to the provided storage path and sets data to null
Warning: Ensure that depending input slots do not use this slot, anymore!
|
String |
getDescription() |
String |
getDisplayName()
Returns a name that includes the algorithm name and the slot name.
|
JIPipeDataSlotInfo |
getInfo() |
String |
getLocation(String key,
String defaultValue)
Returns info about the location of this data table.
|
String |
getName() |
JIPipeGraphNode |
getNode() |
Path |
getRowStoragePath(int index)
Gets the storage path of a data row from a result.
|
Path |
getSlotStoragePath()
Gets the storage path that is used during running the algorithm for saving the results
This is not used during project creation
|
JIPipeSlotType |
getSlotType() |
JIPipeDataTableMetadata |
getStorageDataTable()
Only valid for slots generated by a
JIPipeProjectRun . |
Path |
getStorageDataTablePath()
Only valid for slots generated by a
JIPipeProjectRun . |
boolean |
isInput() |
boolean |
isOutput() |
void |
setNode(JIPipeGraphNode node)
Reassigns the node
|
void |
setSlotStoragePath(Path slotStoragePath)
Sets storage path that is used during running the algorithm for saving the results
|
String |
toString() |
accepts, accepts, acceptsTrivially, acceptsTrivially, addAnnotationToAllData, addData, addData, addData, addData, addData, addData, addFromTable, addTableModelListener, addTextAnnotationToAllData, clear, clearData, convert, destroyData, display, duplicate, exportData, exportData, findRowWithAnnotations, fireChangedEvent, getAcceptedDataType, getAllData, getAllDataAnnotations, getAllTextAnnotations, getAnnotationColumns, getAnnotationMap, getColumnClass, getColumnCount, getColumnName, getData, getDataAnnotation, getDataAnnotationColumns, getDataAnnotations, getDataAnnotations, getDataClass, getEventBus, getLocation, getRowCount, getTextAnnotation, getTextAnnotation, getTextAnnotationColumns, getTextAnnotationMap, getTextAnnotationOr, getTextAnnotations, getTextAnnotations, getValueAt, getVirtualData, getVirtualDataAnnotation, getVirtualDataAnnotationMap, importData, isCellEditable, isEmpty, isNewDataVirtual, makeDataNonVirtual, makeDataVirtual, preview, removeAllAnnotationsFromData, removeTableModelListener, rowIsVirtual, setAcceptedDataType, setData, setDataAnnotation, setDataAnnotation, setNewDataVirtual, setTextAnnotation, setTextAnnotation, setValueAt, setVirtualData, setVirtualDataAnnotation, slice, toAnnotationTable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, toDetailedString
public static final String LOCATION_KEY_NODE_NAME
public static final String LOCATION_KEY_NODE_DISPLAY_NAME
public static final String LOCATION_KEY_SLOT_NAME
public static final String LOCATION_KEY_SLOT_DISPLAY_NAME
public static final String LOCATION_KEY_SLOT_IO
public JIPipeDataSlot(JIPipeDataSlotInfo info, JIPipeGraphNode node)
info
- the slot definitionnode
- The algorithm that contains the slotpublic JIPipeDataSlot(JIPipeDataSlot other, boolean shallow, JIPipeProgressInfo progressInfo)
public static JIPipeInputDataSlot createSingletonSlot(JIPipeData data, JIPipeGraphNode node)
data
- the datapublic String getLocation(String key, String defaultValue)
JIPipeDataTable
getLocation
in class JIPipeDataTable
key
- the keydefaultValue
- returned if no info about the key existspublic String getName()
public String getDisplayName()
getDisplayName
in class JIPipeDataTable
public JIPipeGraphNode getNode()
public void setNode(JIPipeGraphNode node)
node
- the nodepublic JIPipeSlotType getSlotType()
public void flush(JIPipeProgressInfo saveProgress)
saveProgress
- progress that reports the savingpublic boolean isInput()
public boolean isOutput()
public Path getSlotStoragePath()
public void setSlotStoragePath(Path slotStoragePath)
slotStoragePath
- Data storage pathspublic Path getRowStoragePath(int index)
index
- row indexpublic void exportToSlotStoragePath(JIPipeProgressInfo saveProgress)
saveProgress
- the progress for savingpublic JIPipeDataSlotInfo getInfo()
public Path getStorageDataTablePath()
JIPipeProjectRun
.
Returns the path to the data table filepublic JIPipeDataTableMetadata getStorageDataTable()
JIPipeProjectRun
.
Returns the JIPipeDataTableMetadata
from the data-table.json filepublic String toString()
toString
in class JIPipeDataTable
public void applyVirtualState(JIPipeProgressInfo progressInfo)
VirtualDataSettings
and will refuse to make data virtualprogressInfo
- the progresspublic String getDescription()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.