public class JsonAlgorithm extends GraphWrapperAlgorithm implements JIPipeCustomParameterCollection
GraphWrapperAlgorithm.IterationMode, GraphWrapperAlgorithm.IterationModeEnumInfo
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JsonAlgorithm(GraphWrapperAlgorithm other)
Makes a copy
|
JsonAlgorithm(JsonNodeInfo info)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeMergingAlgorithmDataBatchGenerationSettings |
getBatchGenerationSettings() |
Map<String,JIPipeParameterCollection> |
getChildParameterCollections()
Returns all sub-parameter collections
|
GraphNodeParameterReferenceGroupCollection |
getExportedParameters() |
boolean |
getIncludeReflectionParameters()
If true, also include parameters discovered via reflection.
|
GraphWrapperAlgorithm.IterationMode |
getIterationMode() |
Map<String,JIPipeParameterAccess> |
getParameters()
Returns all parameters
Please note that those parameters must be sourced in this collection.
|
boolean |
isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter)
Allows to override the visibility of sub-parameters inside the UI
|
void |
setIterationMode(GraphWrapperAlgorithm.IterationMode iterationMode) |
static void |
unpackToNodeGroup(JsonAlgorithm algorithm)
Replaces the targeted
JsonAlgorithm by a NodeGroup |
generateDataBatchesDryRun, getDependencies, getGenerationSettingsInterface, getGroupInput, getGroupOutput, getWrappedGraph, isPreventUpdateSlots, reportValidity, run, setBaseDirectory, setInternalStoragePath, setPreventUpdateSlots, setProjectDirectory, setScratchBaseDirectory, setWrappedGraph, updateGroupSlots
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
addParameterChangeListener, addParameterChangeListener, getContextActions, getEventBus, getParameter, getParameterAccess, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public JsonAlgorithm(JsonNodeInfo info)
info
- the infopublic JsonAlgorithm(GraphWrapperAlgorithm other)
other
- the originalpublic static void unpackToNodeGroup(JsonAlgorithm algorithm)
JsonAlgorithm
by a NodeGroup
algorithm
- the algorithmpublic GraphNodeParameterReferenceGroupCollection getExportedParameters()
public Map<String,JIPipeParameterAccess> getParameters()
JIPipeCustomParameterCollection
getParameters
in interface JIPipeCustomParameterCollection
JIPipeParameterAccess
.getKey()public boolean getIncludeReflectionParameters()
JIPipeCustomParameterCollection
getIncludeReflectionParameters
in interface JIPipeCustomParameterCollection
public Map<String,JIPipeParameterCollection> getChildParameterCollections()
JIPipeCustomParameterCollection
getChildParameterCollections
in interface JIPipeCustomParameterCollection
public JIPipeMergingAlgorithmDataBatchGenerationSettings getBatchGenerationSettings()
getBatchGenerationSettings
in class GraphWrapperAlgorithm
public boolean isParameterUIVisible(JIPipeParameterTree tree, JIPipeParameterCollection subParameter)
JIPipeParameterCollection
isParameterUIVisible
in interface JIPipeParameterCollection
tree
- the parameter tree that is used to access this parametersubParameter
- a sub parameterpublic GraphWrapperAlgorithm.IterationMode getIterationMode()
getIterationMode
in class GraphWrapperAlgorithm
public void setIterationMode(GraphWrapperAlgorithm.IterationMode iterationMode)
setIterationMode
in class GraphWrapperAlgorithm
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.