Class AlwaysNew<T extends FeatureInput>

Object
org.anchoranalysis.feature.session.replace.AlwaysNew<T>
Type Parameters:
T - feature-input type
All Implemented Interfaces:
ReplaceStrategy<T>

public class AlwaysNew<T extends FeatureInput>
extends Object
implements ReplaceStrategy<T>
Always create a new SessionInputSequential with no reuse or caching between calls.
Author:
Owen Feehan