public class ImageJ2OpNodeInfo extends Object implements JIPipeNodeInfo
JIPipeNodeInfo
implementation that reads its information from an ImageJ2 Command
Constructor and Description |
---|
ImageJ2OpNodeInfo(Context context,
OpInfo opInfo,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addInputSlotForModuleItem(ModuleItem<?> item,
Class<? extends JIPipeData> dataClass) |
void |
addOutputSlotForModuleItem(ModuleItem<?> item,
Class<? extends JIPipeData> dataClass) |
JIPipeGraphNode |
duplicate(JIPipeGraphNode algorithm)
Copies an existing algorithm instance
|
List<String> |
getAdditionalCitations()
Returns a list of additional citations
|
JIPipeNodeTypeCategory |
getCategory()
Returns the algorithm category
|
Context |
getContext() |
Set<JIPipeDependency> |
getDependencies()
Returns all dependencies
|
HTMLText |
getDescription()
Returns the algorithm description
|
String |
getId()
Generates an Id for this info
|
Map<ModuleItem<?>,ImageJ2ModuleIO> |
getInputModuleIO() |
String |
getInputSlotName(ModuleItem<?> moduleItem) |
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
|
JIPipeDynamicParameterCollection |
getNodeParameters() |
OpInfo |
getOpInfo() |
DefaultJIPipeOutputSlot |
getOrCreateParameterDataOutputSlot()
Gets or creates the output slot for exported module parameters
The slot has a data type
ParametersData |
Map<ModuleItem<?>,ImageJ2ModuleIO> |
getOutputModuleIO() |
String |
getOutputSlotName(ModuleItem<?> moduleItem) |
List<JIPipeOutputSlot> |
getOutputSlots()
Returns general output data.
|
boolean |
hasParameterDataOutputSlot() |
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
getAliases, getIcon, getIconURL, getPrimaryMenuLocation, getSortedList, groupByMenuPaths, hasInputSlot, hasOutputSlot, isRunnable
public ImageJ2OpNodeInfo(Context context, OpInfo opInfo, JIPipeProgressInfo progressInfo) throws InstantiableException
InstantiableException
public boolean hasParameterDataOutputSlot()
public DefaultJIPipeOutputSlot getOrCreateParameterDataOutputSlot()
ParametersData
public void addInputSlotForModuleItem(ModuleItem<?> item, Class<? extends JIPipeData> dataClass)
public void addOutputSlotForModuleItem(ModuleItem<?> item, Class<? extends JIPipeData> dataClass)
public JIPipeDynamicParameterCollection getNodeParameters()
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 List<JIPipeOutputSlot> getOutputSlots()
JIPipeNodeInfo
getOutputSlots
in interface JIPipeNodeInfo
public List<String> getAdditionalCitations()
JIPipeNodeInfo
getAdditionalCitations
in interface JIPipeNodeInfo
public Set<JIPipeDependency> getDependencies()
JIPipeNodeInfo
getDependencies
in interface JIPipeNodeInfo
public boolean isHidden()
JIPipeNodeInfo
isHidden
in interface JIPipeNodeInfo
public Map<ModuleItem<?>,ImageJ2ModuleIO> getInputModuleIO()
public Map<ModuleItem<?>,ImageJ2ModuleIO> getOutputModuleIO()
public String getOutputSlotName(ModuleItem<?> moduleItem)
public String getInputSlotName(ModuleItem<?> moduleItem)
public OpInfo getOpInfo()
public Context getContext()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.