Uses of Class
adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
-
Packages that use AbstractArraySubsetGenerator Package Description adams.flow.transformer adams.flow.transformer.arraysubsetgeneration -
-
Uses of AbstractArraySubsetGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractArraySubsetGenerator Modifier and Type Field Description protected AbstractArraySubsetGenerator
ArraySubsetGeneration. m_Generator
the subset generator to use.Methods in adams.flow.transformer that return AbstractArraySubsetGenerator Modifier and Type Method Description AbstractArraySubsetGenerator
ArraySubsetGeneration. getGenerator()
Returns the array subset generator in use.Methods in adams.flow.transformer with parameters of type AbstractArraySubsetGenerator Modifier and Type Method Description void
ArraySubsetGeneration. setGenerator(AbstractArraySubsetGenerator value)
Sets the array subset generator to use. -
Uses of AbstractArraySubsetGenerator in adams.flow.transformer.arraysubsetgeneration
Subclasses of AbstractArraySubsetGenerator in adams.flow.transformer.arraysubsetgeneration Modifier and Type Class Description class
EveryNth
Picks every nth element to be used in the new array.class
Percentage
Uses the specified percentage to determine which nth elements to be used in the new array.class
RangeSubset
Generates a subset of the array, using the specified array elements.class
SimplePercentage
Uses the specified percentage to determine which first n elements are to be used in the new array.
-