public class JIPipeJavaNodeInfo extends JIPipeMutableNodeInfo
JIPipeNodeInfo
for an algorithm that is defined in Java code
All necessary properties are extracted from class attributesModifier and Type | Class and Description |
---|---|
static class |
JIPipeJavaNodeInfo.Serializer
Serializes the info
|
Constructor and Description |
---|
JIPipeJavaNodeInfo(String id,
Class<? extends JIPipeGraphNode> nodeClass)
Creates a new node type info
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
duplicate(JIPipeGraphNode algorithm)
Copies an existing algorithm instance
|
static List<JIPipeNodeMenuLocation> |
getAliasesOf(Class<? extends JIPipeGraphNode> klass)
Gets alternative menu locations
|
static JIPipeNodeTypeCategory |
getCategoryOf(Class<? extends JIPipeGraphNode> klass)
Returns the category of an algorithm
|
Set<JIPipeDependency> |
getDependencies()
Returns all dependencies
|
static HTMLText |
getDescriptionOf(Class<? extends JIPipeGraphNode> klass)
Returns the description of an algorithm
|
static String |
getMenuPathOf(Class<? extends JIPipeGraphNode> klass)
Returns the menu path of the algorithm
|
static String |
getNameOf(Class<? extends JIPipeGraphNode> klass)
Returns the name of an algorithm
|
JIPipeGraphNode |
newInstance()
Creates a new node type instance
|
getAdditionalCitations, getAliases, getCategory, getDescription, getId, getInputSlots, getInstanceClass, getMenuPath, getName, getOutputSlots, isHidden, isRunnable, setAdditionalCitations, setAliases, setCategory, setDescription, setHidden, setId, setInputSlots, setMenuPath, setName, setnodeClass, setOutputSlots, setRunnable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIcon, getIconURL, getPrimaryMenuLocation, getSortedList, groupByMenuPaths, hasInputSlot, hasOutputSlot
public JIPipeJavaNodeInfo(String id, Class<? extends JIPipeGraphNode> nodeClass)
id
- Algorithm IDnodeClass
- Algorithm classpublic static String getNameOf(Class<? extends JIPipeGraphNode> klass)
klass
- Algorithm classpublic static HTMLText getDescriptionOf(Class<? extends JIPipeGraphNode> klass)
klass
- The algorithm classpublic static JIPipeNodeTypeCategory getCategoryOf(Class<? extends JIPipeGraphNode> klass)
klass
- The algorithm classpublic static String getMenuPathOf(Class<? extends JIPipeGraphNode> klass)
klass
- The algorithm classpublic static List<JIPipeNodeMenuLocation> getAliasesOf(Class<? extends JIPipeGraphNode> klass)
klass
- node classpublic JIPipeGraphNode duplicate(JIPipeGraphNode algorithm)
JIPipeNodeInfo
algorithm
- Original algorithm instancepublic Set<JIPipeDependency> getDependencies()
JIPipeNodeInfo
public JIPipeGraphNode newInstance()
JIPipeNodeInfo
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.