public class GraphWrapperAlgorithm extends JIPipeAlgorithm implements JIPipeDataBatchAlgorithm
Modifier and Type | Class and Description |
---|---|
static class |
GraphWrapperAlgorithm.IterationMode
Determines how the data is iterated
|
static class |
GraphWrapperAlgorithm.IterationModeEnumInfo |
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
GraphWrapperAlgorithm(GraphWrapperAlgorithm other)
Copies the algorithm
|
GraphWrapperAlgorithm(JIPipeNodeInfo info,
JIPipeGraph wrappedGraph) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeMergingDataBatch> |
generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots,
JIPipeProgressInfo progressInfo)
Generates data batches.
|
JIPipeMergingAlgorithmDataBatchGenerationSettings |
getBatchGenerationSettings() |
Set<JIPipeDependency> |
getDependencies()
Returns a list of all dependencies this algorithm currently has.
|
JIPipeDataBatchGenerationSettings |
getGenerationSettingsInterface()
Returns the batch generation settings as interface
|
GraphWrapperAlgorithmInput |
getGroupInput()
Gets the graphs's input node
|
GraphWrapperAlgorithmOutput |
getGroupOutput()
Gets the graphs's output node
|
GraphWrapperAlgorithm.IterationMode |
getIterationMode() |
JIPipeGraph |
getWrappedGraph() |
boolean |
isPreventUpdateSlots() |
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
run(JIPipeProgressInfo progressInfo)
Runs the workload
|
void |
setBaseDirectory(Path baseDirectory)
Sets the current work directory of this algorithm.
|
void |
setInternalStoragePath(Path internalStoragePath)
Sets the internal storage path relative to the output folder.
|
void |
setIterationMode(GraphWrapperAlgorithm.IterationMode iterationMode) |
void |
setPreventUpdateSlots(boolean preventUpdateSlots) |
void |
setProjectDirectory(Path projectDirectory)
Sets the project directory.
|
void |
setScratchBaseDirectory(Path scratchBaseDirectory)
Sets the scratch base directory of the current run.
|
void |
setWrappedGraph(JIPipeGraph wrappedGraph) |
void |
updateGroupSlots()
Updates the slots from the wrapped graph
|
canAutoPassThrough, canPassThrough, getStateId, getThreadPool, isEnabled, isParameterUIVisible, isPassThrough, isPostprocessor, isPreprocessor, loadExample, runPassThrough, setEnabled, setPassThrough, setThreadPool
canUserDelete, clearLocations, clearSlotData, copySlotConfiguration, duplicate, fromJson, fromJsonNode, getAliasIdInParentGraph, getBaseDirectory, getCategory, getCompartmentDisplayName, getCompartmentUUIDInGraphAsString, getCompartmentUUIDInParentGraph, getCustomDescription, getDataInputSlots, getDisplayName, getEventBus, getFirstInputSlot, getFirstOutputSlot, getInfo, getInputSlot, getInputSlotMap, getInputSlotOrder, getInputSlots, getInputSlotsWithRole, getInternalStoragePath, getLastInputSlot, getLastOutputSlot, getLocations, getLocationWithin, getName, getNewScratch, getOpenInputSlots, getOutputSlot, getOutputSlotMap, getOutputSlots, getOutputSlotsWithRole, getParentGraph, getProjectCompartment, getProjectDirectory, getScratchBaseDirectory, getSlotConfiguration, getStoragePath, getUUIDInParentGraph, hasInputSlot, hasOutputSlot, isBookmarked, isVisibleIn, onDeserialized, onParameterChanged, onParameterStructureChanged, onParameterUIChanged, onSlotConfigurationChanged, onSlotConnected, onSlotDisconnected, registerSubParameter, renderInputSlots, renderOutputSlots, setAllSlotsVirtual, setBookmarked, setCustomDescription, setCustomName, setInfo, setLocations, setLocationWithin, setLocationWithin, setParentGraph, setSlotConfiguration, setStoragePath, toggleSlot, toJson, triggerSlotsChangedEvent, updateGraphNodeSlots, updateSlotInheritance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateValidityReport
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public GraphWrapperAlgorithm(JIPipeNodeInfo info, JIPipeGraph wrappedGraph)
info
- the infowrappedGraph
- the graph wrapperpublic GraphWrapperAlgorithm(GraphWrapperAlgorithm other)
other
- the originalpublic void updateGroupSlots()
public boolean isPreventUpdateSlots()
public void setPreventUpdateSlots(boolean preventUpdateSlots)
public GraphWrapperAlgorithmInput getGroupInput()
public GraphWrapperAlgorithmOutput getGroupOutput()
public void run(JIPipeProgressInfo progressInfo)
JIPipeGraphNode
run
in class JIPipeAlgorithm
progressInfo
- progress passed from the runnerpublic void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
reportValidity
in class JIPipeAlgorithm
report
- the report to be added topublic Set<JIPipeDependency> getDependencies()
JIPipeGraphNode
getDependencies
in class JIPipeGraphNode
public JIPipeGraph getWrappedGraph()
public void setWrappedGraph(JIPipeGraph wrappedGraph)
public JIPipeDataBatchGenerationSettings getGenerationSettingsInterface()
JIPipeDataBatchAlgorithm
getGenerationSettingsInterface
in interface JIPipeDataBatchAlgorithm
public List<JIPipeMergingDataBatch> generateDataBatchesDryRun(List<JIPipeInputDataSlot> slots, JIPipeProgressInfo progressInfo)
JIPipeDataBatchAlgorithm
generateDataBatchesDryRun
in interface JIPipeDataBatchAlgorithm
slots
- the data slotsprogressInfo
- the progresspublic void setScratchBaseDirectory(Path scratchBaseDirectory)
JIPipeGraphNode
setScratchBaseDirectory
in class JIPipeGraphNode
scratchBaseDirectory
- the scratch base directorypublic void setBaseDirectory(Path baseDirectory)
JIPipeGraphNode
JIPipeGraphNode.BaseDirectoryChangedEvent
that can be received by JIPipeDataSlot
instances to adapt to the work directory.setBaseDirectory
in class JIPipeGraphNode
baseDirectory
- The work directory. Can be nullpublic void setProjectDirectory(Path projectDirectory)
JIPipeGraphNode
setProjectDirectory
in class JIPipeGraphNode
projectDirectory
- the project directory. can be null.public void setInternalStoragePath(Path internalStoragePath)
JIPipeGraphNode
JIPipeProjectRun
setInternalStoragePath
in class JIPipeGraphNode
internalStoragePath
- Path relative to the output folderpublic JIPipeMergingAlgorithmDataBatchGenerationSettings getBatchGenerationSettings()
public GraphWrapperAlgorithm.IterationMode getIterationMode()
public void setIterationMode(GraphWrapperAlgorithm.IterationMode iterationMode)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.