Interface | Description |
---|---|
IPlugin |
Interface for a Plugin.
|
IPluginInternal |
Defines an internal interface that is used to launch a plugin.
|
IPluginLauncher |
Interface to the plugin launcher.
|
Class | Description |
---|---|
AbstractPlugin |
Abstract base class for plugin.
|
ItemWrapper |
Wrapper for wired data item.
|
PluginAnnotations |
The PluginAnnotations class keeps sets of input and output names based on
plugin class annotations.
|
PluginLauncher |
The PluginLauncher talks to the PluginScheduler and launches new instances of
the plugin as needed.
|
PluginScheduler |
Schedules named image passing among plugins.
|
Exception | Description |
---|---|
PluginClassException |
Exception thrown when a plugin class cannot be launched.
|
TeardownException |
Exception thrown when a plugin chain is shutting down.
|
Copyright © 2015–2022 SciJava. All rights reserved.