public class NodeGroup extends GraphWrapperAlgorithm implements JIPipeCustomParameterCollection
GraphWrapperAlgorithm.IterationMode, GraphWrapperAlgorithm.IterationModeEnumInfo
JIPipeAlgorithm.StateSerializer
JIPipeGraphNode.BaseDirectoryChangedEvent, JIPipeGraphNode.Serializer
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
NodeGroup(JIPipeGraph graph,
boolean autoCreateSlots,
boolean clearLocations,
boolean fixLocations)
Initializes from an existing graph
|
NodeGroup(JIPipeNodeInfo info)
Creates a new instance
|
NodeGroup(NodeGroup other)
Creates a copy
|
generateDataBatchesDryRun, getDependencies, getGenerationSettingsInterface, getGroupInput, getGroupOutput, getWrappedGraph, isPreventUpdateSlots, run, setBaseDirectory, setInternalStoragePath, setPreventUpdateSlots, setProjectDirectory, setScratchBaseDirectory, setWrappedGraph, updateGroupSlots
canAutoPassThrough, canPassThrough, getStateId, getThreadPool, isEnabled, 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, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public NodeGroup(JIPipeNodeInfo info)
info
- the infopublic NodeGroup(NodeGroup other)
other
- the originalpublic NodeGroup(JIPipeGraph graph, boolean autoCreateSlots, boolean clearLocations, boolean fixLocations)
graph
- algorithms to be addedautoCreateSlots
- automatically create input and output slotsclearLocations
- if enabled, clear the locations. if false, fixLocations will be queriedfixLocations
- if enabled, move group inputs/outputs to locations where they fit betterpublic BiMap<JIPipeDataSlot,JIPipeDataSlot> autoCreateSlots()
public NodeGroupContents getContents()
public void setContents(NodeGroupContents contents)
public GraphNodeParameterReferenceGroupCollection getExportedParameters()
public void setExportedParameters(GraphNodeParameterReferenceGroupCollection exportedParameters)
public void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
reportValidity
in class GraphWrapperAlgorithm
report
- the report to be added topublic boolean isShowLimitedParameters()
public void setShowLimitedParameters(boolean showLimitedParameters)
public boolean isParameterUIVisible(JIPipeParameterTree tree, JIPipeParameterAccess access)
JIPipeParameterCollection
isParameterUIVisible
in interface JIPipeParameterCollection
isParameterUIVisible
in class JIPipeAlgorithm
tree
- the parameter tree that is used to access this parameteraccess
- the parameterpublic 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 void onParameterReferencesChanged(ParameterReferencesChangedEvent event)
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.