Package org.anchoranalysis.io.input.bean.grouper
Determines how inputs are aggregated into groups, if at all.
-
Class Summary Class Description FromDerivePath Derives the grouping-key via a call toDerivePath.Grouper Determines how partition inputs into groups.WithoutGrouping Avoids grouping of inputs, effectively processing all inputs as one large group.