public class JIPipeNodeRegistry extends Object implements JIPipeValidatable
Constructor and Description |
---|
JIPipeNodeRegistry(JIPipe jiPipe)
Creates a new registry
|
Modifier and Type | Method and Description |
---|---|
void |
executeScheduledRegisterExamples() |
JIPipeNodeTypeCategory |
getCategory(String id) |
<T extends JIPipeData> |
getDataSourcesFor(Class<? extends T> dataClass)
Returns data source algorithms that can generate the specified data type
|
Set<JIPipeNodeInfo> |
getDeclaredBy(JIPipeDependency dependency)
Gets all algorithms declared by the dependency
|
EventBus |
getEventBus()
Returns the event bus that posts registration events
|
ImageIcon |
getIconFor(JIPipeNodeInfo info)
Returns the icon for a node
|
URL |
getIconURLFor(JIPipeNodeInfo info)
Returns the icon resource path URL for a node
|
JIPipeNodeInfo |
getInfoById(String id)
Gets a matching info by Id
|
JIPipe |
getJIPipe() |
Collection<JIPipeNodeExample> |
getNodeExamples(String nodeTypeId) |
Set<JIPipeNodeInfo> |
getNodeInfosFromClass(Class<? extends JIPipeGraphNode> klass)
Returns all node infos that create a node of the specified class
|
Set<JIPipeNodeInfo> |
getNodesOfCategory(JIPipeNodeTypeCategory category,
boolean includingAlternative)
Gets all algorithms of specified category
|
ImmutableBiMap<String,JIPipeNodeTypeCategory> |
getRegisteredCategories() |
Multimap<Class<? extends JIPipeGraphNode>,JIPipeNodeInfo> |
getRegisteredNodeClasses() |
Map<String,JIPipeNodeInfo> |
getRegisteredNodeInfos()
Gets the set of all known algorithms
|
Set<JIPipeNodeRegistrationTask> |
getScheduledRegistrationTasks() |
JIPipeDependency |
getSourceOf(String algorithmId)
Returns the source of a registered algorithm
|
boolean |
hasNodeInfoWithId(String id)
Returns true if the algorithm ID already exists
|
void |
installEvents()
Install registration events.
|
void |
onDatatypeRegistered(JIPipe.DatatypeRegisteredEvent event)
Triggered when a datatype was registered.
|
void |
register(JIPipeNodeInfo info,
JIPipeDependency source)
Registers an algorithm info
|
void |
registerCategory(JIPipeNodeTypeCategory category)
Registers a category
|
void |
registerExample(JIPipeNodeTemplate nodeTemplate)
Registers a node template as example
Will reject
|
void |
registerIcon(JIPipeNodeInfo info,
URL resourcePath)
Registers a custom icon for a node
|
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
runRegistrationTasks()
Attempts to run registration tasks that have registered dependencies
|
void |
scheduleRegister(JIPipeNodeRegistrationTask task)
Schedules registration after all dependencies of the registration task are satisfied
|
void |
scheduleRegisterExample(JIPipeNodeTemplate template) |
void |
unregister(String id)
Removes a node from the registry
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateValidityReport
public JIPipeNodeRegistry(JIPipe jiPipe)
jiPipe
- the JIPipe instancepublic void scheduleRegister(JIPipeNodeRegistrationTask task)
task
- A registration taskpublic void runRegistrationTasks()
public Set<JIPipeNodeRegistrationTask> getScheduledRegistrationTasks()
public void register(JIPipeNodeInfo info, JIPipeDependency source)
info
- The algorithm infosource
- The dependency that registers the infopublic JIPipeNodeTypeCategory getCategory(String id)
public void registerCategory(JIPipeNodeTypeCategory category)
category
- the category instancepublic Map<String,JIPipeNodeInfo> getRegisteredNodeInfos()
public <T extends JIPipeData> Set<JIPipeNodeInfo> getDataSourcesFor(Class<? extends T> dataClass)
T
- The data classdataClass
- The data classpublic Set<JIPipeNodeInfo> getNodesOfCategory(JIPipeNodeTypeCategory category, boolean includingAlternative)
category
- The categoryincludingAlternative
- if alternative categorizations should be included (from alternative menu paths)public JIPipeNodeInfo getInfoById(String id)
id
- The info ID. Must exist.public boolean hasNodeInfoWithId(String id)
id
- The info IDpublic EventBus getEventBus()
public void installEvents()
public void onDatatypeRegistered(JIPipe.DatatypeRegisteredEvent event)
event
- Generated eventpublic JIPipeDependency getSourceOf(String algorithmId)
algorithmId
- The algorithm info IDpublic Set<JIPipeNodeInfo> getDeclaredBy(JIPipeDependency dependency)
dependency
- The dependencypublic void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
report
- the report to be added topublic ImmutableBiMap<String,JIPipeNodeTypeCategory> getRegisteredCategories()
public void registerIcon(JIPipeNodeInfo info, URL resourcePath)
info
- the node typeresourcePath
- icon urlpublic void registerExample(JIPipeNodeTemplate nodeTemplate)
nodeTemplate
- the node template that contains the node examplepublic URL getIconURLFor(JIPipeNodeInfo info)
info
- node typepublic ImageIcon getIconFor(JIPipeNodeInfo info)
info
- node typepublic Collection<JIPipeNodeExample> getNodeExamples(String nodeTypeId)
public Set<JIPipeNodeInfo> getNodeInfosFromClass(Class<? extends JIPipeGraphNode> klass)
klass
- the classpublic Multimap<Class<? extends JIPipeGraphNode>,JIPipeNodeInfo> getRegisteredNodeClasses()
public void unregister(String id)
id
- the node idpublic JIPipe getJIPipe()
public void scheduleRegisterExample(JIPipeNodeTemplate template)
public void executeScheduledRegisterExamples()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.