Class InputManagerUnary<T extends InputFromManager>

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

public abstract class InputManagerUnary<T extends InputFromManager>
extends InputManager<T>
Base class for an InputManager that delegates to another InputManager with the same input-type.
Author:
Owen Feehan