Class Concatenate<T extends InputFromManager>

Object
AnchorBean<InputManager<T>>
InputManager<T>
Concatenate<T>
Type Parameters:
T - input type

public class Concatenate<T extends InputFromManager> extends InputManager<T>
Concatenates the inputs from multiple InputManagers that all provide the same input-type.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<InputManager<T>>
    The list of InputManagers that will be concatenated.
    InputsWithDirectory<T>
    inputs(InputManagerParameters parameters)
     
    void
    setList(List<InputManager<T>> list)
    The list of InputManagers that will be concatenated.

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Concatenate

      public Concatenate()
  • Method Details

    • inputs

      public InputsWithDirectory<T> inputs(InputManagerParameters parameters) throws InputReadFailedException
      Specified by:
      inputs in class InputManager<T extends InputFromManager>
      Throws:
      InputReadFailedException
    • getList

      public List<InputManager<T>> getList()
      The list of InputManagers that will be concatenated.
    • setList

      public void setList(List<InputManager<T>> list)
      The list of InputManagers that will be concatenated.