public class JIPipeJavaNodeRegistrationTask extends JIPipeDefaultNodeRegistrationTask
Constructor and Description |
---|
JIPipeJavaNodeRegistrationTask(String id,
Class<? extends JIPipeGraphNode> nodeClass,
JIPipeDependency source,
URL icon)
Creates a new registration task
|
Modifier and Type | Method and Description |
---|---|
void |
register()
Runs the registration
|
String |
toString() |
canRegister, getDependencyAlgorithmIds, getDependencyDatatypeClasses, getDependencyDatatypeIds, reportValidity, setDependencyAlgorithmIds, setDependencyDatatypeClasses, setDependencyDatatypeIds
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
generateValidityReport
public JIPipeJavaNodeRegistrationTask(String id, Class<? extends JIPipeGraphNode> nodeClass, JIPipeDependency source, URL icon)
id
- The idnodeClass
- The algorithm classsource
- The dependency the registers the algorithmicon
- the iconpublic void register()
JIPipeNodeRegistrationTask
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.