public interface JIPipeNodeInfo
JIPipeGraphNode
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
duplicate(JIPipeGraphNode algorithm)
Copies an existing algorithm instance
|
default List<String> |
getAdditionalCitations()
Returns a list of additional citations
|
default 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
|
default Icon |
getIcon()
Gets the icon for this node info
|
default URL |
getIconURL()
Gets the icon for this node info
|
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.
|
default JIPipeNodeMenuLocation |
getPrimaryMenuLocation()
A menu location that points towards the primary menu
|
static List<JIPipeNodeInfo> |
getSortedList(Set<JIPipeNodeInfo> entries)
Gets a sorted list of algorithms
|
static Map<String,Set<JIPipeNodeInfo>> |
groupByMenuPaths(JIPipeNodeTypeCategory category,
Set<JIPipeNodeInfo> infos)
Gets the registered algorithms, grouped by their menu paths
|
default boolean |
hasInputSlot(String slotName)
If the current node info contains a slot with given name
|
default boolean |
hasOutputSlot(String slotName)
If the current node info contains a slot with given name
|
boolean |
isHidden()
Returns true if this algorithm should not appear in the list of available algorithms.
|
default boolean |
isRunnable()
Indicates that the node should carry a workload.
|
JIPipeGraphNode |
newInstance()
Creates a new node type instance
|
static Map<String,Set<JIPipeNodeInfo>> groupByMenuPaths(JIPipeNodeTypeCategory category, Set<JIPipeNodeInfo> infos)
category
- the targeted categoryinfos
- The infos to groupstatic List<JIPipeNodeInfo> getSortedList(Set<JIPipeNodeInfo> entries)
entries
- the algorithms to sortString getId()
Class<? extends JIPipeGraphNode> getInstanceClass()
JIPipeGraphNode newInstance()
JIPipeGraphNode duplicate(JIPipeGraphNode algorithm)
algorithm
- Original algorithm instanceString getName()
HTMLText getDescription()
String getMenuPath()
JIPipeNodeTypeCategory getCategory()
List<JIPipeInputSlot> getInputSlots()
List<JIPipeOutputSlot> getOutputSlots()
default boolean hasInputSlot(String slotName)
slotName
- the slot namedefault boolean hasOutputSlot(String slotName)
slotName
- the slot nameSet<JIPipeDependency> getDependencies()
default List<String> getAdditionalCitations()
boolean isHidden()
default boolean isRunnable()
default Icon getIcon()
default URL getIconURL()
default JIPipeNodeMenuLocation getPrimaryMenuLocation()
default List<JIPipeNodeMenuLocation> getAliases()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.