public class GraphNodeParameterReference extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterChangedEventEmitter, JIPipeParameterCollection.ParameterChangedEventListener, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEventEmitter, JIPipeParameterCollection.ParameterStructureChangedEventListener, JIPipeParameterCollection.ParameterUIChangedEvent, JIPipeParameterCollection.ParameterUIChangedEventEmitter, JIPipeParameterCollection.ParameterUIChangedEventListener
Constructor and Description |
---|
GraphNodeParameterReference()
Creates a new empty instance
|
GraphNodeParameterReference(GraphNodeParameterReference other)
Creates a copy
|
GraphNodeParameterReference(JIPipeParameterAccess access,
JIPipeParameterTree tree)
Instantiates with an existing access within a tree
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HTMLText |
getCustomDescription() |
String |
getCustomName() |
String |
getDescription(JIPipeParameterTree tree)
Gets the name or custom name.
|
String |
getName(JIPipeParameterTree tree)
Gets the name or custom name
|
String |
getOriginalName(JIPipeParameterTree tree)
Gets the name in the original graph
Returns null if resolve() is unsuccessful
|
String |
getPath() |
int |
hashCode() |
JIPipeParameterAccess |
resolve(JIPipeParameterTree tree)
Tries to resolve the path
|
void |
setCustomDescription(HTMLText customDescription) |
void |
setCustomName(String customName) |
void |
setPath(String path) |
getParameterChangedEventEmitter, getParameterStructureChangedEventEmitter, getParameterUIChangedEventEmitter, onParameterChanged, onParameterStructureChanged, onParameterUIChanged, registerSubParameter, registerSubParameters
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
deserializeFromJsonNode, emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, serializeToJsonFile, serializeToJsonGenerator, serializeToJsonString, setParameter
public GraphNodeParameterReference()
public GraphNodeParameterReference(GraphNodeParameterReference other)
other
- the originalpublic GraphNodeParameterReference(JIPipeParameterAccess access, JIPipeParameterTree tree)
access
- the accesstree
- the treepublic String getOriginalName(JIPipeParameterTree tree)
tree
- the treepublic String getName(JIPipeParameterTree tree)
tree
- the treepublic String getDescription(JIPipeParameterTree tree)
tree
- the treepublic JIPipeParameterAccess resolve(JIPipeParameterTree tree)
tree
- the treepublic String getCustomName()
public void setCustomName(String customName)
public HTMLText getCustomDescription()
public void setCustomDescription(HTMLText customDescription)
public String getPath()
public void setPath(String path)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.