public class CustomExpressionVariablesParameter extends JIPipeDynamicParameterCollection
JIPipeParameter
annotation should have JIPipeParameterPersistence
set to 'NestedCollection'. Otherwise, user-defined parameters will not be saved!JIPipeDynamicParameterCollection.Deserializer, JIPipeDynamicParameterCollection.ParameterAddingEvent, JIPipeDynamicParameterCollection.UserParameterDefinition
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
CustomExpressionVariablesParameter() |
CustomExpressionVariablesParameter(CustomExpressionVariablesParameter other) |
CustomExpressionVariablesParameter(CustomExpressionVariablesParameter other,
JIPipeGraphNode target) |
CustomExpressionVariablesParameter(JIPipeGraphNode target) |
Modifier and Type | Method and Description |
---|---|
void |
writeToVariables(ExpressionVariables variables,
boolean asVariables,
String variablesPrefix,
boolean toMap,
String mapName)
Writes the parameter values to variables
|
addParameter, addParameter, addParameter, beginModificationBlock, clear, containsKey, copyTo, endModificationBlock, fromJson, get, getAllowedTypes, getEventBus, getInstanceGenerator, getParameter, getParameters, getValue, isAllowUserModification, removeParameter, reportValidity, setAllowedTypes, setAllowUserModification, setInstanceGenerator, setValue, supportsAllParameterTypes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildParameterCollections, getIncludeReflectionParameters
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public CustomExpressionVariablesParameter()
public CustomExpressionVariablesParameter(JIPipeGraphNode target)
public CustomExpressionVariablesParameter(CustomExpressionVariablesParameter other)
public CustomExpressionVariablesParameter(CustomExpressionVariablesParameter other, JIPipeGraphNode target)
public void writeToVariables(ExpressionVariables variables, boolean asVariables, String variablesPrefix, boolean toMap, String mapName)
variables
- the targetasVariables
- write as variables (accessible via the key)variablesPrefix
- prefix for the variablestoMap
- if a map should be created (accessible via the key)mapName
- the name of the mapCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.