Modifier and Type | Class and Description |
---|---|
class |
JIPipeInputDataSlot |
class |
JIPipeOutputDataSlot |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDataSlotInfo.createInstance(JIPipeGraphNode node) |
Modifier and Type | Method and Description |
---|---|
default boolean |
JIPipeLegacyDataImportOperation.canShow(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
Path rowStorageFolder)
Checks if the import is possible
|
JIPipeData |
JIPipeLegacyDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo)
Imports the data and shows it
|
JIPipeData |
JIPipeDataDisplayWrapperImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
JIPipeDataSlot(JIPipeDataSlot other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
JIPipeInputDataSlot(JIPipeDataSlot other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
JIPipeOutputDataSlot(JIPipeDataSlot other,
boolean shallow,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeMergedDataTableInfo.getSlot(int row)
Gets the slot that defined the specified row
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMergedDataTableInfo.add(JIPipeProject project,
JIPipeDataSlot dataSlot,
JIPipeDataTableInfo table)
Adds an
JIPipeDataTableInfo |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeResultSlotDataSource.getSlot() |
Constructor and Description |
---|
JIPipeResultSlotDataSource(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
Path rowStoragePath) |
Modifier and Type | Method and Description |
---|---|
default boolean |
JIPipeToggleableGraphEditorTool.canRenderEdge(JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
boolean |
JIPipeRewireGraphEditorTool.canRenderEdge(JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.BiMap<JIPipeDataSlot,JIPipeDataSlot> |
JIPipeNodeGroup.autoCreateSlots()
Automatically creates slots that connect all inputs
|
com.google.common.collect.BiMap<JIPipeDataSlot,JIPipeDataSlot> |
JIPipeNodeGroup.autoCreateSlots()
Automatically creates slots that connect all inputs
|
Map<JIPipeDataSlot,String> |
JsonNodeInfo.getExportedSlotNames() |
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeHistoryJournal.snapshotBeforeConnect(JIPipeDataSlot source,
JIPipeDataSlot target,
UUID compartment)
Snapshot before connecting two slots
|
default void |
JIPipeHistoryJournal.snapshotBeforeDisconnect(JIPipeDataSlot source,
JIPipeDataSlot target,
UUID compartment)
Snapshot before disconnecting two slots
|
default void |
JIPipeHistoryJournal.snapshotBeforeDisconnectAll(JIPipeDataSlot slot,
UUID compartment)
Snapshot before disconnecting two slots
|
default void |
JIPipeHistoryJournal.snapshotBeforeEditSlot(JIPipeDataSlot slot,
UUID compartment)
Create snapshot before a slot edit
|
default void |
JIPipeHistoryJournal.snapshotBeforeLabelSlot(JIPipeDataSlot slot,
UUID compartment)
Snapshot before adding a slot
|
default void |
JIPipeHistoryJournal.snapshotBeforeMoveSlot(JIPipeDataSlot slot,
UUID compartment)
Snapshot before adding a slot
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeGraph.getEquivalentSlot(JIPipeDataSlot foreign)
Returns the slot with the same name within the algorithm with the same ID.
|
JIPipeDataSlot |
JIPipeGraph.NodeConnectedEvent.getSource() |
JIPipeDataSlot |
JIPipeGraph.NodeDisconnectedEvent.getSource() |
JIPipeDataSlot |
JIPipeGraphConnection.getSource() |
JIPipeDataSlot |
JIPipeGraph.NodeConnectedEvent.getTarget() |
JIPipeDataSlot |
JIPipeGraph.NodeDisconnectedEvent.getTarget() |
JIPipeDataSlot |
JIPipeGraphConnection.getTarget() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeDataSlot> |
JIPipeGraph.getAvailableSources(JIPipeDataSlot target,
boolean user,
boolean fast)
Returns all available sources for an input slot.
|
Set<JIPipeDataSlot> |
JIPipeGraph.getAvailableTargets(JIPipeDataSlot source,
boolean user,
boolean fast)
Returns all available target for an output slot
Does not check for cycles.
|
Set<Map.Entry<JIPipeDataSlot,JIPipeDataSlot>> |
JIPipeGraph.getEdgesBetween(JIPipeGraphNode source,
JIPipeGraphNode target)
Gets all edges between two algorithm nodes
|
Set<Map.Entry<JIPipeDataSlot,JIPipeDataSlot>> |
JIPipeGraph.getEdgesBetween(JIPipeGraphNode source,
JIPipeGraphNode target)
Gets all edges between two algorithm nodes
|
org.jgrapht.Graph<JIPipeDataSlot,JIPipeGraphEdge> |
JIPipeGraph.getGraph() |
Set<JIPipeDataSlot> |
JIPipeGraph.getInputIncomingSourceSlots(JIPipeDataSlot target)
If exists, returns the output slots that provide data for the input slot
Returns and empty list if there are none
|
Set<JIPipeDataSlot> |
JIPipeGraph.getOutputOutgoingTargetSlots(JIPipeDataSlot source)
Returns the list of input slots that are provided by the source slot
Returns an empty set if the target is an input or no slot exists
|
Set<Map.Entry<JIPipeDataSlot,JIPipeDataSlot>> |
JIPipeGraph.getSlotEdges()
Returns all edges as set of edges
|
Set<Map.Entry<JIPipeDataSlot,JIPipeDataSlot>> |
JIPipeGraph.getSlotEdges()
Returns all edges as set of edges
|
Set<JIPipeDataSlot> |
JIPipeGraph.getSlotNodes() |
List<JIPipeDataSlot> |
JIPipeGraph.getUnconnectedSlots() |
List<JIPipeDataSlot> |
JIPipeGraph.traverseSlots()
Traverses the graph in topological order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeGraph.canConnect(JIPipeDataSlot source,
JIPipeDataSlot target,
boolean user)
Slow implementation of connection checking that tests for graph cycles
|
boolean |
JIPipeGraph.canConnectFast(JIPipeDataSlot source,
JIPipeDataSlot target,
boolean user)
Fast implementation of connection checking without copying the graph
|
boolean |
JIPipeGraph.canUserDisconnect(JIPipeDataSlot source,
JIPipeDataSlot target)
Returns true if the user can disconnect the slots
|
void |
JIPipeGraph.connect(JIPipeDataSlot source,
JIPipeDataSlot target)
Connects an output slot to an input slot.
|
void |
JIPipeGraph.connect(JIPipeDataSlot source,
JIPipeDataSlot target,
boolean userCanDisconnect)
Connects an output slot to an input slot.
|
boolean |
JIPipeGraph.containsNode(JIPipeDataSlot slot)
Returns true if the slot is in this graph
|
boolean |
JIPipeGraph.disconnect(JIPipeDataSlot source,
JIPipeDataSlot target,
boolean user)
Disconnects an input and an output slot
|
void |
JIPipeGraph.disconnectAll(JIPipeDataSlot slot,
boolean user)
Completely disconnects a slot
|
Set<JIPipeDataSlot> |
JIPipeGraph.getAvailableSources(JIPipeDataSlot target,
boolean user,
boolean fast)
Returns all available sources for an input slot.
|
Set<JIPipeDataSlot> |
JIPipeGraph.getAvailableTargets(JIPipeDataSlot source,
boolean user,
boolean fast)
Returns all available target for an output slot
Does not check for cycles.
|
JIPipeGraphConnection |
JIPipeGraph.getConnection(JIPipeDataSlot source,
JIPipeDataSlot target) |
JIPipeDataSlot |
JIPipeGraph.getEquivalentSlot(JIPipeDataSlot foreign)
Returns the slot with the same name within the algorithm with the same ID.
|
Set<JIPipeDataSlot> |
JIPipeGraph.getInputIncomingSourceSlots(JIPipeDataSlot target)
If exists, returns the output slots that provide data for the input slot
Returns and empty list if there are none
|
Set<JIPipeDataSlot> |
JIPipeGraph.getOutputOutgoingTargetSlots(JIPipeDataSlot source)
Returns the list of input slots that are provided by the source slot
Returns an empty set if the target is an input or no slot exists
|
Constructor and Description |
---|
JIPipeGraphConnection(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
NodeConnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
NodeDisconnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeParameterSlotAlgorithm.getParameterSlot()
Returns the parameter slot if enabled
|
Modifier and Type | Method and Description |
---|---|
protected JIPipeOutputDataSlot |
JIPipeIteratingMissingDataGeneratorAlgorithm.getCorrespondingOutputSlot(JIPipeDataSlot inputSlot)
Gets the output slot that correspond to the input slot.
|
protected JIPipeOutputDataSlot |
JIPipeMissingDataGeneratorAlgorithm.getCorrespondingOutputSlot(JIPipeDataSlot inputSlot)
Gets the output slot that correspond to the input slot.
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeMultiIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
JIPipeDataSlot |
JIPipeSingleIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
Modifier and Type | Method and Description |
---|---|
Map<JIPipeDataSlot,Set<Integer>> |
JIPipeMultiIterationStep.getInputSlotRows()
Raw access to all data stored in the batch
|
Map<JIPipeDataSlot,Integer> |
JIPipeSingleIterationStep.getInputSlotRows()
Raw access to all data stored in the batch
|
Set<JIPipeDataSlot> |
JIPipeMultiIterationStep.getInputSlots() |
Set<JIPipeDataSlot> |
JIPipeIterationStep.getInputSlots()
Gets the input slots that are referenced
|
Set<JIPipeDataSlot> |
JIPipeSingleIterationStep.getInputSlots() |
List<JIPipeDataSlot> |
JIPipeMultiIterationStepGenerator.getSlots() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMultiIterationStep.addEmptySlot(JIPipeDataSlot slot)
Ensures that the specified slot is registered to the iteration step
|
void |
JIPipeMultiIterationStep.addInputData(JIPipeDataSlot slot,
Collection<Integer> rowsToAdd)
Adds the data row of a given slot.
|
void |
JIPipeMultiIterationStep.addInputData(JIPipeDataSlot slot,
int row)
Adds the data row of a given slot.
|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(JIPipeDataSlot slot,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeSingleIterationStep.getInputData(JIPipeDataSlot slot,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(JIPipeDataSlot slot,
int row,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
This returns all annotations (of all rows)
|
List<JIPipeDataAnnotation> |
JIPipeSingleIterationStep.getInputDataAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot,
Collection<Integer> rows)
Gets the original annotations of given slot
|
List<JIPipeDataAnnotation> |
JIPipeMultiIterationStep.getInputDataAnnotations(JIPipeDataSlot slot,
int row)
Gets the original annotations of given slot
|
List<JIPipeDataItemStore> |
JIPipeMultiIterationStep.getInputDataStore(JIPipeDataSlot slot)
Gets stored data from an input slot
|
int |
JIPipeSingleIterationStep.getInputRow(JIPipeDataSlot slot)
Returns the row of the data in the original data slot
|
Set<Integer> |
JIPipeMultiIterationStep.getInputRows(JIPipeDataSlot slot)
Returns the row indices that belong to this data interface
|
List<JIPipeTextAnnotation> |
JIPipeMultiIterationStep.getInputTextAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
This returns all annotations (of all rows)
|
List<JIPipeTextAnnotation> |
JIPipeSingleIterationStep.getInputTextAnnotations(JIPipeDataSlot slot)
Gets the original annotations of given slot
|
List<JIPipeTextAnnotation> |
JIPipeMultiIterationStep.getInputTextAnnotations(JIPipeDataSlot slot,
Collection<Integer> rows)
Gets the original annotations of given slot
|
List<JIPipeTextAnnotation> |
JIPipeMultiIterationStep.getInputTextAnnotations(JIPipeDataSlot slot,
int row)
Gets the original annotations of given slot
|
void |
JIPipeMultiIterationStep.setInputData(JIPipeDataSlot slot,
int row)
Sets the input slot to only one row
|
void |
JIPipeSingleIterationStep.setInputData(JIPipeDataSlot slot,
int row)
Sets the data row of a given slot.
|
JIPipeDataSlot |
JIPipeMultiIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
JIPipeDataSlot |
JIPipeSingleIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
Modifier and Type | Method and Description |
---|---|
Set<JIPipeDataSlot> |
JIPipeProject.getHeavyIntermediateAlgorithmOutputSlots()
Returns a list of all nodes that generate heavy data (
LabelAsJIPipeHeavyData ) and are intermediate (see getIntermediateAlgorithms()). |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopResultDataSlotPreview |
JIPipeDatatypeRegistry.getCellRendererFor(JIPipeDesktopProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Returns a cell renderer for dataslot result table
|
JIPipeDesktopResultDataSlotRowUI |
JIPipeDatatypeRegistry.getUIForResultSlot(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row)
Generates a UI for a result data slot
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphRunGCGraph.removeOutputToInputEdge(JIPipeDataSlot outputSlot,
JIPipeInputDataSlot inputSlot,
JIPipeProgressInfo progressInfo)
Removes a connection from the targeted output slot to the input, which will free up the output slot at some point
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopCacheTreePanel.selectDataSlot(JIPipeDataSlot dataSlot)
Selects a node by state and slot
|
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeDesktopCachedOutputDataSlotListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDataSlot> list,
JIPipeDataSlot slot,
int index,
boolean selected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeDesktopCachedOutputDataSlotListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDataSlot> list,
JIPipeDataSlot slot,
int index,
boolean selected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.getSource() |
JIPipeDataSlot |
JIPipeDesktopGraphCanvasUI.DisplayedSlotEdge.getTarget() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeDataSlot> |
JIPipeDesktopGraphCanvasUI.DisconnectHighlight.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphCanvasUI.connectSlot(JIPipeDataSlot source,
JIPipeDataSlot target)
Connects the two slots
|
void |
JIPipeDesktopGraphCanvasUI.disconnectAll(JIPipeDataSlot slot,
Set<JIPipeDataSlot> otherSlots) |
void |
JIPipeDesktopGraphCanvasUI.disconnectSlot(JIPipeDataSlot source,
JIPipeDataSlot target)
Disconnects two slots
|
Point |
JIPipeDesktopGraphCanvasUI.getSlotLocation(JIPipeDataSlot slot)
Returns the UI location of a data slot that is located in the graph
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphCanvasUI.disconnectAll(JIPipeDataSlot slot,
Set<JIPipeDataSlot> otherSlots) |
Constructor and Description |
---|
DisplayedSlotEdge(JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
Constructor and Description |
---|
DisconnectHighlight(JIPipeDesktopGraphNodeUISlotActiveArea target,
Set<JIPipeDataSlot> sources) |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopGraphNodeUISlotActiveArea |
JIPipeDesktopGraphNodeUI.getSlotActiveArea(JIPipeDataSlot slot) |
PointRange |
JIPipeDesktopGraphNodeUI.getSlotLocation(JIPipeDataSlot slot)
Returns the location of a slot in relative coordinates
|
Constructor and Description |
---|
JIPipeDesktopRewireConnectionsToolUI(JIPipeDesktopGraphCanvasUI graphCanvasUI,
JIPipeDataSlot currentSlot,
Set<JIPipeDataSlot> currentConnections) |
Constructor and Description |
---|
JIPipeDesktopRewireConnectionsToolUI(JIPipeDesktopGraphCanvasUI graphCanvasUI,
JIPipeDataSlot currentSlot,
Set<JIPipeDataSlot> currentConnections) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDesktopGraphNodeUISlotActiveArea.getSlot() |
Constructor and Description |
---|
JIPipeDesktopGraphNodeUISlotActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
JIPipeSlotType slotType,
String slotName,
JIPipeDataSlot slot) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDesktopGraphNodeSlotEditorUI.getSelectedSlot() |
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeDesktopDataSlotListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDataSlot> list,
JIPipeDataSlot value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeDesktopDataSlotListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDataSlot> list,
JIPipeDataSlot value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDesktopNodeFinderDialogUI.getQuerySlot() |
Constructor and Description |
---|
JIPipeDesktopNodeFinderDialogUI(JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDataSlot querySlot) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeDesktopResultDataSlotPreview.getSlot() |
JIPipeDataSlot |
JIPipeDesktopResultDataSlotRowUI.getSlot()
Returns the data slot
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataSlot> |
JIPipeResultCopyFilesByMetadataExporterRun.getSlots() |
Modifier and Type | Method and Description |
---|---|
static String |
JIPipeDesktopResultDataSlotPreview.getAlgorithmCompartment(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot)
Returns the compartment name of the algorithm that generated the data
|
static String |
JIPipeDesktopResultDataSlotPreview.getDisplayName(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Returns a name that identifies this row
|
static String |
JIPipeDesktopResultDataSlotPreview.getNodeName(JIPipeDataSlot slot)
Returns the name of the algorithm that generated the data
|
static Path |
JIPipeDesktopResultDataSlotPreview.getRowStorageFolder(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Returns the folder where the data is stored
|
Constructor and Description |
---|
JIPipeDesktopMergedResultDataSlotTableUI(JIPipeDesktopProjectWorkbench projectWorkbench,
JIPipeProject project,
Path storagePath,
List<JIPipeDataSlot> slots) |
JIPipeResultCopyFilesByMetadataExporterRun(JIPipeDesktopWorkbench workbench,
List<JIPipeDataSlot> slots,
boolean splitBySlot) |
Constructor and Description |
---|
JIPipeDesktopRowDataAnnotationTableCellRenderer(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot,
JTable table,
JScrollPane scrollPane) |
JIPipeDesktopRowDataTableCellRenderer(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeDataSlot slot,
JTable table,
JScrollPane scrollPane) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataSlot> |
JIPipeDesktopAddAlgorithmSlotPanel.getAddedSlots() |
Modifier and Type | Method and Description |
---|---|
static void |
JIPipeDesktopEditAlgorithmSlotPanel.showDialog(Component parent,
JIPipeHistoryJournal historyJournal,
JIPipeDataSlot existingSlot)
Shows a dialog for adding slots
|
Constructor and Description |
---|
JIPipeDesktopEditAlgorithmSlotPanel(JIPipeDataSlot existingSlot,
JIPipeHistoryJournal historyJournal)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
CopyContainingFolderDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenContainingFolderDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenInNativeApplicationDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
DataRowQueryExpression.query(JIPipeDataSlot slot)
Returns matching rows
|
List<Integer> |
DataRowQueryExpression.query(JIPipeDataSlot slot,
Collection<Integer> rows)
Returns matching rows
|
boolean |
DataRowQueryExpression.test(JIPipeDataSlot slot,
int row)
Returns true if the data contained in this slot matches the expression
|
Constructor and Description |
---|
FilesystemDataSlotPreview(JIPipeDesktopProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Creates a new renderer
|
Modifier and Type | Method and Description |
---|---|
static void |
IteratingFormProcessorAlgorithm.extractRestoredAnnotations(JIPipeMultiIterationStep iterationStep,
Map<String,JIPipeTextAnnotation> preFormAnnotations,
JIPipeDataSlot inputSlot,
int row,
List<JIPipeTextAnnotation> annotations)
Extracts original annotations into the annotation list
|
void |
SimpleFormGeneratorAlgorithm.run(JIPipeDataSlot combined,
JIPipeProgressInfo progressInfo) |
abstract void |
FormGeneratorAlgorithm.run(JIPipeDataSlot combined,
JIPipeProgressInfo progressInfo)
This method should add new
FormData elements into the combined slot. |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataSlot> |
FormsDialog.getDataBatchForms() |
Constructor and Description |
---|
FormsDialog(JIPipeDesktopWorkbench workbench,
List<JIPipeMultiIterationStep> iterationStepList,
JIPipeDataSlot originalForms,
String tabAnnotation) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
ImagePlusResultImportRun.getSlot() |
JIPipeDataSlot |
OMEImageResultImportRun.getSlot() |
Modifier and Type | Method and Description |
---|---|
Predicate<JIPipeDataSlot> |
SlotMapParameterCollection.getSlotFilter() |
Modifier and Type | Method and Description |
---|---|
void |
SlotMapParameterCollection.setSlotFilter(Predicate<JIPipeDataSlot> slotFilter) |
Constructor and Description |
---|
PlotDataSlotPreview(JIPipeDesktopProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Creates a new renderer
|
Constructor and Description |
---|
ResultsTableDataPreview(JIPipeDesktopProjectWorkbench workbench,
JTable table,
JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
JIPipeDataAnnotationInfo dataAnnotation)
Creates a new renderer
|
Modifier and Type | Method and Description |
---|---|
static void |
UIUtils.showConnectionErrorMessage(Component parent,
JIPipeDataSlot source,
JIPipeDataSlot target) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.