public class JIPipeExpressionVariablesMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JIPipeExpressionVariablesMap() |
JIPipeExpressionVariablesMap(JIPipeAlgorithm node) |
JIPipeExpressionVariablesMap(JIPipeExpressionVariablesMap other) |
JIPipeExpressionVariablesMap(JIPipeMultiIterationStep iterationStep) |
JIPipeExpressionVariablesMap(JIPipeSingleIterationStep iterationStep) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public JIPipeExpressionVariablesMap()
public JIPipeExpressionVariablesMap(JIPipeExpressionVariablesMap other)
public JIPipeExpressionVariablesMap(JIPipeSingleIterationStep iterationStep)
public JIPipeExpressionVariablesMap(JIPipeMultiIterationStep iterationStep)
public JIPipeExpressionVariablesMap(JIPipeAlgorithm node)
public JIPipeExpressionVariablesMap set(String variableName, Object value)
variableName
- The variable namevalue
- The variable value (null to remove a variable from the set).public JIPipeExpressionVariablesMap putAnnotations(Map<String,JIPipeTextAnnotation> mergedTextAnnotations)
mergedTextAnnotations
- the annotationspublic JIPipeExpressionVariablesMap putAnnotations(List<JIPipeTextAnnotation> textAnnotations)
textAnnotations
- the annotationspublic JIPipeExpressionVariablesMap putProjectDirectories(Path projectDir, Map<String,Path> projectDataDirs)
projectDir
- the project dirprojectDataDirs
- project data dirspublic JIPipeExpressionVariablesMap putCustomVariables(JIPipeCustomExpressionVariablesParameter customExpressionVariablesParameter)
customExpressionVariablesParameter
- the parameterpublic JIPipeExpressionVariablesMap putAnnotationsIfAbsent(Collection<JIPipeTextAnnotation> textAnnotations)
public JIPipeExpressionVariablesMap putGlobalVariables(JIPipeProject project)
public JIPipeExpressionVariablesMap putCommonVariables(JIPipeSingleIterationStep iterationStep)
public JIPipeExpressionVariablesMap putCommonVariables(JIPipeMultiIterationStep iterationStep)
public JIPipeExpressionVariablesMap putCommonVariables(JIPipeAlgorithm node)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.