Package | Description |
---|---|
loci.multithreadedplugin |
Modifier and Type | Interface and Description |
---|---|
interface |
INode
Defines call that are made externally to an INode.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode
This abstract base class handles interaction with the NodeScheduler.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeScheduler.chain(IScheduledNode outNode,
String outName,
IScheduledNode inNode,
String inName)
Chains the named data from one plugin to another.
|
void |
INode.chainNext(IScheduledNode next)
Chains default output of this node to default input of next.
|
void |
AbstractNode.chainNext(IScheduledNode next)
Chains default output of this node to default input of next node.
|
void |
INode.chainNext(IScheduledNode next,
String inName)
Chains default output of this node to named input of next.
|
void |
AbstractNode.chainNext(IScheduledNode next,
String inName)
Chains default output of this node to named input of next node.
|
void |
INode.chainNext(String outName,
IScheduledNode next)
Chains named output of this node to default input of next.
|
void |
AbstractNode.chainNext(String outName,
IScheduledNode next)
Chains named output of this node to default input of next node.
|
void |
INode.chainNext(String outName,
IScheduledNode next,
String inName)
Chains named output of this node to named output of next.
|
void |
AbstractNode.chainNext(String outName,
IScheduledNode next,
String inName)
Chains named output of this node to named input of next node.
|
void |
INode.chainPrevious(IScheduledNode previous)
Chains default input of this node to default output of previous.
|
void |
AbstractNode.chainPrevious(IScheduledNode previous)
Chains default input of this node to default output of previous node.
|
void |
INode.chainPrevious(IScheduledNode previous,
String outName)
Chains default input of this node to named output of previous.
|
void |
AbstractNode.chainPrevious(IScheduledNode previous,
String outName)
Chains default input of this node to named output of previous node.
|
void |
INode.chainPrevious(String inName,
IScheduledNode previous)
Chains named input of this node to default output of previous.
|
void |
AbstractNode.chainPrevious(String inName,
IScheduledNode previous)
Chains named input of this node to default output of previous node.
|
void |
INode.chainPrevious(String inName,
IScheduledNode previous,
String outName)
Chains named input of this node to named output of previous.
|
void |
AbstractNode.chainPrevious(String inName,
IScheduledNode previous,
String outName)
Chains named input of this node to named output of previous node.
|
Copyright © 2015–2022 SciJava. All rights reserved.