Class PermuteFeature<S,T extends FeatureInput>

Type Parameters:
S - permutation type
T - feature-input
All Implemented Interfaces:
Provider<FeatureList<T>>

public class PermuteFeature<S,T extends FeatureInput> extends PermuteFeatureBase<T>
Permutes one or more properties of a Feature, so as to create a set of Features

As a convenience, a single permutation can be defined using the permutation property, whereas multiple permutations can be defined using permutations list of properties.

Author:
Owen Feehan