public class JIPipeAdaptiveParameterSettings extends AbstractJIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeAdaptiveParameterSettings.VariableSource |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipeAdaptiveParameterSettings() |
JIPipeAdaptiveParameterSettings(JIPipeAdaptiveParameterSettings other) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
getNode() |
StringQueryExpressionAndStringPairParameter.List |
getOverriddenParameters() |
String |
getParameterAnnotationsPrefix() |
boolean |
isAttachOnlyNonDefaultParameterAnnotations() |
boolean |
isAttachParameterAnnotations() |
boolean |
isEnabled() |
boolean |
isParameterAnnotationsUseInternalNames() |
void |
setAttachOnlyNonDefaultParameterAnnotations(boolean attachOnlyNonDefaultParameterAnnotations) |
void |
setAttachParameterAnnotations(boolean attachParameterAnnotations) |
void |
setEnabled(boolean enabled) |
void |
setNode(JIPipeGraphNode node) |
void |
setOverriddenParameters(StringQueryExpressionAndStringPairParameter.List overriddenParameters) |
void |
setParameterAnnotationsPrefix(String parameterAnnotationsPrefix) |
void |
setParameterAnnotationsUseInternalNames(boolean parameterAnnotationsUseInternalNames) |
getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public JIPipeAdaptiveParameterSettings()
public JIPipeAdaptiveParameterSettings(JIPipeAdaptiveParameterSettings other)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public StringQueryExpressionAndStringPairParameter.List getOverriddenParameters()
public void setOverriddenParameters(StringQueryExpressionAndStringPairParameter.List overriddenParameters)
public boolean isAttachParameterAnnotations()
public void setAttachParameterAnnotations(boolean attachParameterAnnotations)
public boolean isAttachOnlyNonDefaultParameterAnnotations()
public void setAttachOnlyNonDefaultParameterAnnotations(boolean attachOnlyNonDefaultParameterAnnotations)
public boolean isParameterAnnotationsUseInternalNames()
public void setParameterAnnotationsUseInternalNames(boolean parameterAnnotationsUseInternalNames)
public String getParameterAnnotationsPrefix()
public void setParameterAnnotationsPrefix(String parameterAnnotationsPrefix)
public JIPipeGraphNode getNode()
public void setNode(JIPipeGraphNode node)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.