public abstract class JIPipeMutableNodeInfo extends Object implements JIPipeNodeInfo
JIPipeGraphNode
instancesConstructor and Description |
---|
JIPipeMutableNodeInfo() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAdditionalCitations()
Returns a list of additional citations
|
List<JIPipeNodeMenuLocation> |
getAliases()
A list of alternative menu locations
|
JIPipeNodeTypeCategory |
getCategory()
Returns the algorithm category
|
HTMLText |
getDescription()
Returns the algorithm description
|
String |
getId()
Generates an Id for this info
|
List<JIPipeInputSlot> |
getInputSlots()
Returns general input data.
|
Class<? extends JIPipeGraphNode> |
getInstanceClass()
The algorithm class that is generated
|
String |
getMenuPath()
Gets the menu path of this algorithm
|
String |
getName()
Returns the algorithm name
|
List<JIPipeOutputSlot> |
getOutputSlots()
Returns general output data.
|
boolean |
isHidden()
Returns true if this algorithm should not appear in the list of available algorithms.
|
boolean |
isRunnable()
Indicates that the node should carry a workload.
|
void |
setAdditionalCitations(List<String> additionalCitations) |
void |
setAliases(List<JIPipeNodeMenuLocation> aliases) |
void |
setCategory(JIPipeNodeTypeCategory category)
Sets the category
|
void |
setDescription(HTMLText description)
Sets the description
|
void |
setHidden(boolean hidden) |
void |
setId(String id)
Sets the ID
|
void |
setInputSlots(List<JIPipeInputSlot> inputSlots)
Sets the input slots
|
void |
setMenuPath(String menuPath)
Sets the menu path.
|
void |
setName(String name)
Sets the name
|
void |
setnodeClass(Class<? extends JIPipeGraphNode> nodeClass)
Sets the algorithm class
|
void |
setOutputSlots(List<JIPipeOutputSlot> outputSlots)
Sets the output slots
|
void |
setRunnable(boolean runnable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
duplicate, getDependencies, getIcon, getIconURL, getPrimaryMenuLocation, getSortedList, groupByMenuPaths, hasInputSlot, hasOutputSlot, newInstance
public Class<? extends JIPipeGraphNode> getInstanceClass()
JIPipeNodeInfo
getInstanceClass
in interface JIPipeNodeInfo
public void setnodeClass(Class<? extends JIPipeGraphNode> nodeClass)
nodeClass
- The algorithm classpublic String getName()
JIPipeNodeInfo
getName
in interface JIPipeNodeInfo
public void setName(String name)
name
- The namepublic HTMLText getDescription()
JIPipeNodeInfo
getDescription
in interface JIPipeNodeInfo
public void setDescription(HTMLText description)
description
- The descriptionpublic JIPipeNodeTypeCategory getCategory()
JIPipeNodeInfo
getCategory
in interface JIPipeNodeInfo
public void setCategory(JIPipeNodeTypeCategory category)
category
- The categorypublic List<JIPipeInputSlot> getInputSlots()
JIPipeNodeInfo
getInputSlots
in interface JIPipeNodeInfo
public void setInputSlots(List<JIPipeInputSlot> inputSlots)
inputSlots
- Input slotspublic List<JIPipeOutputSlot> getOutputSlots()
JIPipeNodeInfo
getOutputSlots
in interface JIPipeNodeInfo
public void setOutputSlots(List<JIPipeOutputSlot> outputSlots)
outputSlots
- Output slotspublic String getId()
JIPipeNodeInfo
getId
in interface JIPipeNodeInfo
public void setId(String id)
id
- A unique IDpublic String getMenuPath()
JIPipeNodeInfo
getMenuPath
in interface JIPipeNodeInfo
public void setMenuPath(String menuPath)
menuPath
- The menu pathpublic boolean isHidden()
JIPipeNodeInfo
isHidden
in interface JIPipeNodeInfo
public void setHidden(boolean hidden)
public boolean isRunnable()
JIPipeNodeInfo
isRunnable
in interface JIPipeNodeInfo
public void setRunnable(boolean runnable)
public List<String> getAdditionalCitations()
JIPipeNodeInfo
getAdditionalCitations
in interface JIPipeNodeInfo
public List<JIPipeNodeMenuLocation> getAliases()
JIPipeNodeInfo
getAliases
in interface JIPipeNodeInfo
public void setAliases(List<JIPipeNodeMenuLocation> aliases)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.