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 ofInputManagers that will be concatenated.org.anchoranalysis.io.input.InputsWithDirectory<T>inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)voidsetList(List<org.anchoranalysis.io.input.bean.InputManager<T>> list)The list ofInputManagers that will be concatenated.
-
Constructor Details
-
Concatenate
public Concatenate()
-
-
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:
inputsin classorg.anchoranalysis.io.input.bean.InputManager<T extends org.anchoranalysis.io.input.InputFromManager>- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getList
The list ofInputManagers that will be concatenated. -
setList
The list ofInputManagers that will be concatenated.
-