Class Concatenate<T extends org.anchoranalysis.io.input.InputFromManager>

Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.plugin.io.bean.input.Concatenate<T>
Type Parameters:
T - input type

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

    Constructors 
    Constructor Description
    Concatenate()  
  • Method Summary

    Modifier and Type Method Description
    List<org.anchoranalysis.io.input.bean.InputManager<T>> getList()
    The list of InputManagers that will be concatenated.
    org.anchoranalysis.io.input.InputsWithDirectory<T> inputs​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)  
    void setList​(List<org.anchoranalysis.io.input.bean.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

  • Method Details

    • inputs

      public org.anchoranalysis.io.input.InputsWithDirectory<T> inputs​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.InputReadFailedException
      Specified by:
      inputs in class org.anchoranalysis.io.input.bean.InputManager<T extends org.anchoranalysis.io.input.InputFromManager>
      Throws:
      org.anchoranalysis.io.input.InputReadFailedException
    • getList

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

      public void setList​(List<org.anchoranalysis.io.input.bean.InputManager<T>> list)
      The list of InputManagers that will be concatenated.