Interface | Description |
---|---|
Command |
Command is a plugin that is executable. |
CommandService |
Interface for service that keeps track of available commands.
|
Interactive |
An operation (usually a
Command ) which is intended to be run
interactively. |
Previewable |
An operation (usually a
Command ) whose results can be previewed. |
Class | Description |
---|---|
CommandInfo |
A collection of metadata about a particular
Command . |
CommandModule |
Module adapter class for working with a
Command instance. |
CommandModuleItem<T> |
ModuleItem implementation describing an input or output of a command. |
ContextCommand |
A command that knows its context.
|
DefaultCommandService |
Default service for working with
Command s. |
DynamicCommand |
A command with a variable number of inputs and outputs.
|
DynamicCommandInfo |
Helper class for maintaining a
DynamicCommand 's associated
ModuleInfo . |
Inputs |
A way to build a dynamic set of inputs, whose values are then harvested by
the preprocessing framework.
|
InteractiveCommand |
A command intended to be run interactively.
|
ModuleCommand |
A command which implements
Module directly (rather than using the
CommandModule adapter class). |
UnimplementedCommand |
A command that is not yet implemented.
|
Copyright © 2015–2022 SciJava. All rights reserved.