public class PlotTables2AlgorithmInfo extends Object implements JIPipeNodeInfo
Constructor and Description |
---|
PlotTables2AlgorithmInfo(JIPipeDataInfo plotDataType) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
duplicate(JIPipeGraphNode algorithm)
Copies an existing algorithm instance
|
List<JIPipeNodeMenuLocation> |
getAliases()
A list of alternative menu locations
|
JIPipeNodeTypeCategory |
getCategory()
Returns the algorithm category
|
Set<JIPipeDependency> |
getDependencies()
Returns all dependencies
|
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.
|
JIPipeDataInfo |
getPlotDataType() |
boolean |
isHidden()
Returns true if this algorithm should not appear in the list of available algorithms.
|
JIPipeGraphNode |
newInstance()
Creates a new node type instance
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalCitations, getIcon, getIconURL, getPrimaryMenuLocation, getSortedList, groupByMenuPaths, hasInputSlot, hasOutputSlot, isRunnable
public PlotTables2AlgorithmInfo(JIPipeDataInfo plotDataType)
public String getId()
JIPipeNodeInfo
getId
in interface JIPipeNodeInfo
public Class<? extends JIPipeGraphNode> getInstanceClass()
JIPipeNodeInfo
getInstanceClass
in interface JIPipeNodeInfo
public JIPipeGraphNode newInstance()
JIPipeNodeInfo
newInstance
in interface JIPipeNodeInfo
public JIPipeGraphNode duplicate(JIPipeGraphNode algorithm)
JIPipeNodeInfo
duplicate
in interface JIPipeNodeInfo
algorithm
- Original algorithm instancepublic String getName()
JIPipeNodeInfo
getName
in interface JIPipeNodeInfo
public HTMLText getDescription()
JIPipeNodeInfo
getDescription
in interface JIPipeNodeInfo
public String getMenuPath()
JIPipeNodeInfo
getMenuPath
in interface JIPipeNodeInfo
public JIPipeNodeTypeCategory getCategory()
JIPipeNodeInfo
getCategory
in interface JIPipeNodeInfo
public List<JIPipeInputSlot> getInputSlots()
JIPipeNodeInfo
getInputSlots
in interface JIPipeNodeInfo
public JIPipeDataInfo getPlotDataType()
public List<JIPipeOutputSlot> getOutputSlots()
JIPipeNodeInfo
getOutputSlots
in interface JIPipeNodeInfo
public Set<JIPipeDependency> getDependencies()
JIPipeNodeInfo
getDependencies
in interface JIPipeNodeInfo
public List<JIPipeNodeMenuLocation> getAliases()
JIPipeNodeInfo
getAliases
in interface JIPipeNodeInfo
public boolean isHidden()
JIPipeNodeInfo
isHidden
in interface JIPipeNodeInfo
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.