Package | Description |
---|---|
org.hkijena.jipipe.api.parameters |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree.Node |
JIPipeParameterTree.add(JIPipeParameterCollection child,
String key,
JIPipeParameterTree.Node parent)
Adds a new
JIPipeParameterCollection into this collection. |
JIPipeParameterTree.Node |
JIPipeParameterTree.Node.getParent() |
JIPipeParameterTree.Node |
JIPipeParameterTree.getRoot() |
JIPipeParameterTree.Node |
JIPipeParameterTree.getSourceNode(JIPipeParameterCollection collection)
Returns the node of a collection
|
Modifier and Type | Method and Description |
---|---|
BiMap<String,JIPipeParameterTree.Node> |
JIPipeParameterTree.Node.getChildren() |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree.Node |
JIPipeParameterTree.add(JIPipeParameterCollection child,
String key,
JIPipeParameterTree.Node parent)
Adds a new
JIPipeParameterCollection into this collection. |
void |
JIPipeParameterTree.Node.addChild(String key,
JIPipeParameterTree.Node child) |
void |
JIPipeParameterTree.merge(JIPipeParameterCollection source,
JIPipeParameterTree.Node target)
Merges parameters into a given node
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeParameterTree.Node.setChildren(BiMap<String,JIPipeParameterTree.Node> children) |
Constructor and Description |
---|
Node(JIPipeParameterTree.Node parent,
JIPipeParameterCollection collection)
Creates a node
|
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.