public class SingleExpressionParameterVariablesInfo extends Object implements JIPipeExpressionVariablesInfo
JIPipeExpressionVariablesInfo
that contains exactly one variable.
Please note that this class cannot be used directly within JIPipeExpressionParameterSettings
, as there is not default constructor available.Constructor and Description |
---|
SingleExpressionParameterVariablesInfo(JIPipeExpressionParameterVariableInfo variable) |
SingleExpressionParameterVariablesInfo(String name,
String description,
String key) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Returns the list of known variables for the user interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findNode, findPredecessorNodeCache
public SingleExpressionParameterVariablesInfo(String name, String description, String key)
public SingleExpressionParameterVariablesInfo(JIPipeExpressionParameterVariableInfo variable)
public Set<JIPipeExpressionParameterVariableInfo> getVariables(JIPipeWorkbench workbench, JIPipeParameterTree parameterTree, JIPipeParameterAccess parameterAccess)
JIPipeExpressionVariablesInfo
getVariables
in interface JIPipeExpressionVariablesInfo
workbench
- the workbenchparameterTree
- the parameter tree that contains the access. can be null.parameterAccess
- the parameter access that holds the AbstractExpressionParameter
instance. can be null.Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.