public class NodeScheduler extends Object
Modifier and Type | Method and Description |
---|---|
void |
chain(IScheduledNode outNode,
String outName,
IScheduledNode inNode,
String inName)
Chains the named data from one plugin to another.
|
Object |
get(String fullInName)
Gets data for destination node + name.
|
static NodeScheduler |
getInstance()
Gets the singleton.
|
void |
put(String fullInName,
Object data)
Passes data to destination node + name.
|
void |
quit()
Tears down the chained nodes.
|
public static NodeScheduler getInstance()
public void quit()
public void chain(IScheduledNode outNode, String outName, IScheduledNode inNode, String inName)
outNode
- source nodeoutName
- source node's nameinNode
- destination nodeinName
- destination node's namepublic void put(String fullInName, Object data)
fullInName
- data
- Copyright © 2015–2022 SciJava. All rights reserved.