public class GraphNodeParameterReference extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
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) |
getEventBus
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.