public class CopyContainingFolderDataImportOperation extends Object implements JIPipeDataImportOperation
Constructor and Description |
---|
CopyContainingFolderDataImportOperation() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Icon |
getIcon() |
String |
getId() |
String |
getName() |
int |
getOrder() |
JIPipeData |
show(JIPipeDataSlot slot,
JIPipeDataTableMetadataRow row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeWorkbench workbench,
JIPipeProgressInfo progressInfo)
Imports the data and shows it
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canShow
public CopyContainingFolderDataImportOperation()
public String getId()
getId
in interface JIPipeDataOperation
public String getName()
getName
in interface JIPipeDataOperation
public String getDescription()
getDescription
in interface JIPipeDataOperation
public int getOrder()
getOrder
in interface JIPipeDataOperation
public Icon getIcon()
getIcon
in interface JIPipeDataOperation
public JIPipeData show(JIPipeDataSlot slot, JIPipeDataTableMetadataRow row, String dataAnnotationName, Path rowStorageFolder, String compartmentName, String algorithmName, String displayName, JIPipeWorkbench workbench, JIPipeProgressInfo progressInfo)
JIPipeDataImportOperation
show
in interface JIPipeDataImportOperation
slot
- the slot that is associated to the data. please note that the slot does not contain any binary data. it allows you to access the algorithm and graph.row
- the row in the output tabledataAnnotationName
- Optional name of the data annotation that is referenced instead of the main data. Can be null, in which case the main data is referenced.rowStorageFolder
- the folder the row is storing the data. For data annotations, this is the row storage folder of the data annotation.compartmentName
- the name of the compartment that generated the dataalgorithmName
- the name of the algorithm that generated the datadisplayName
- a unique identifier for the slotworkbench
- the workbench that issued the commandprogressInfo
- the JIPipeProgressInfo
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.