public class DrawMaskAlgorithm extends JIPipeIteratingMissingDataGeneratorAlgorithm
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
SLOT_PARAMETERS
Constructor and Description |
---|
DrawMaskAlgorithm(DrawMaskAlgorithm other) |
DrawMaskAlgorithm(JIPipeNodeInfo info) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canPassThrough()
Returns true if the algorithm can apply pass-through.
|
OptionalIntegerParameter |
getOverwriteSizeC() |
OptionalIntegerParameter |
getOverwriteSizeT() |
OptionalIntegerParameter |
getOverwriteSizeZ() |
protected void |
runGenerator(JIPipeMergingDataBatch dataBatch,
JIPipeDataSlot inputSlot,
JIPipeDataSlot outputSlot,
JIPipeProgressInfo progressInfo)
Generates data and puts the output into the specified output slot
|
void |
runParameterSet(JIPipeProgressInfo progressInfo,
List<JIPipeTextAnnotation> parameterAnnotations)
Runs a parameter set iteration
|
void |
setOverwriteSizeC(OptionalIntegerParameter overwriteSizeC) |
void |
setOverwriteSizeT(OptionalIntegerParameter overwriteSizeT) |
void |
setOverwriteSizeZ(OptionalIntegerParameter overwriteSizeZ) |
boolean |
supportsParallelization()
Indicates to the algorithm base implementation if parallelization is supported.
|
generateDataBatchesDryRun, getCorrespondingOutputSlot, getDataBatchGenerationSettings, getGenerationSettingsInterface, getParallelizationBatchSize, isKeepOriginalAnnotations, isParallelizationEnabled, isParameterUIVisible, isParameterUIVisible, runIteration, setKeepOriginalAnnotations, setParallelizationEnabled
getDataInputSlotCount, getDataInputSlots, getFirstInputSlot, getNonParameterInputSlots, getParameterSlot, getParameterSlotAlgorithmSettings, run
canAutoPassThrough, getStateId, getThreadPool, isEnabled, isPassThrough, isPostprocessor, isPreprocessor, loadExample, reportValidity, runPassThrough, setEnabled, setPassThrough, setThreadPool
canUserDelete, clearLocations, clearSlotData, copySlotConfiguration, duplicate, fromJson, fromJsonNode, getAliasIdInParentGraph, getBaseDirectory, getCategory, getCompartmentDisplayName, getCompartmentUUIDInGraphAsString, getCompartmentUUIDInParentGraph, getCustomDescription, getDependencies, getDisplayName, getEventBus, 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, setBaseDirectory, setBookmarked, setCustomDescription, setCustomName, setInfo, setInternalStoragePath, setLocations, setLocationWithin, setLocationWithin, setParentGraph, setProjectDirectory, setScratchBaseDirectory, setSlotConfiguration, setStoragePath, toggleSlot, toJson, triggerSlotsChangedEvent, updateGraphNodeSlots, updateSlotInheritance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateValidityReport
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public DrawMaskAlgorithm(JIPipeNodeInfo info)
public DrawMaskAlgorithm(DrawMaskAlgorithm other)
public void runParameterSet(JIPipeProgressInfo progressInfo, List<JIPipeTextAnnotation> parameterAnnotations)
JIPipeParameterSlotAlgorithm
runParameterSet
in class JIPipeIteratingMissingDataGeneratorAlgorithm
progressInfo
- progress info from the runparameterAnnotations
- parameter annotationspublic boolean supportsParallelization()
JIPipeParallelizedAlgorithm
supportsParallelization
in interface JIPipeParallelizedAlgorithm
supportsParallelization
in class JIPipeIteratingMissingDataGeneratorAlgorithm
protected boolean canPassThrough()
JIPipeAlgorithm
canPassThrough
in class JIPipeAlgorithm
protected void runGenerator(JIPipeMergingDataBatch dataBatch, JIPipeDataSlot inputSlot, JIPipeDataSlot outputSlot, JIPipeProgressInfo progressInfo)
JIPipeIteratingMissingDataGeneratorAlgorithm
runGenerator
in class JIPipeIteratingMissingDataGeneratorAlgorithm
dataBatch
- the data batchinputSlot
- the input slot that should be generated. Please note that it does not contain any data for this batch.outputSlot
- the output slot where data should be put.progressInfo
- the progress infopublic OptionalIntegerParameter getOverwriteSizeZ()
public void setOverwriteSizeZ(OptionalIntegerParameter overwriteSizeZ)
public OptionalIntegerParameter getOverwriteSizeC()
public void setOverwriteSizeC(OptionalIntegerParameter overwriteSizeC)
public OptionalIntegerParameter getOverwriteSizeT()
public void setOverwriteSizeT(OptionalIntegerParameter overwriteSizeT)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.