Class InputManager<T extends InputFromManager>

Object
AnchorBean<InputManager<T>>
InputManager<T>
Type Parameters:
T - input-type
Direct Known Subclasses:
AnnotationInputManager, Concatenate, ConvertNamedChannelsToStack, InputManagerUnary, InputManagerWithStackReader, NamedFilesBase

public abstract class InputManager<T extends InputFromManager> extends AnchorBean<InputManager<T>>
Base class for describing the inputs.

By inputs, this refers to files that form the necessary input to an experiment.

This is an import class in specifying an experiment in the Anchor platform, of which many different implementations specify different types and combinations of inputs.

Author:
Owen Feehan
  • Constructor Details

    • InputManager

      public InputManager()
  • Method Details