public interface PostprocessorPlugin extends SciJavaPlugin, Contextual, ModulePostprocessor
Module
. Typically, a
postprocessor does something with the results of a module, such as displaying
its outputs on screen.
Postprocessor plugins discoverable at runtime must implement this interface
and be annotated with @Plugin
with attribute Plugin.type()
=
PostprocessorPlugin
.class. While it possible to create a
postprocessor plugin merely by implementing this interface, it is encouraged
to instead extend AbstractPostprocessorPlugin
, for convenience.
ModulePostprocessor
context, getContext, setContext
process
Copyright © 2015–2022 SciJava. All rights reserved.