Class PermuteFeatureBase<T extends FeatureInput>

Type Parameters:
T - input-type of feature
All Implemented Interfaces:
Provider<FeatureList<T>>
Direct Known Subclasses:
PermuteFeature, PermuteFeatureSequenceInteger

public abstract class PermuteFeatureBase<T extends FeatureInput> extends FeatureListProvider<T>
Creates permutations of a feature by modifying a particular property of it in different ways.

This class is designed to be an abstract-base-class for different types of permutations on a single feature.

Author:
Owen Feehan
  • Constructor Details

    • PermuteFeatureBase

      public PermuteFeatureBase()
  • Method Details